public static class UpdateEmailRecipientsGroupResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateEmailRecipientsGroupResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateEmailRecipientsGroupResponse |
build()
Build the response object.
|
UpdateEmailRecipientsGroupResponse.Builder |
copy(UpdateEmailRecipientsGroupResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateEmailRecipientsGroupResponse.Builder |
emailRecipientsGroup(EmailRecipientsGroup emailRecipientsGroup)
The returned EmailRecipientsGroup instance.
|
UpdateEmailRecipientsGroupResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateEmailRecipientsGroupResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
UpdateEmailRecipientsGroupResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public UpdateEmailRecipientsGroupResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateEmailRecipientsGroupResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public UpdateEmailRecipientsGroupResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic UpdateEmailRecipientsGroupResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UpdateEmailRecipientsGroupResponse.Builder emailRecipientsGroup(EmailRecipientsGroup emailRecipientsGroup)
The returned EmailRecipientsGroup instance.
emailRecipientsGroup
- the value to setpublic UpdateEmailRecipientsGroupResponse.Builder copy(UpdateEmailRecipientsGroupResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateEmailRecipientsGroupResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.