public static class IgnoreRecipientInvitationResponse.Builder extends Object implements BmcResponse.Builder<IgnoreRecipientInvitationResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IgnoreRecipientInvitationResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
IgnoreRecipientInvitationResponse |
build()
Build the response object.
|
IgnoreRecipientInvitationResponse.Builder |
copy(IgnoreRecipientInvitationResponse o)
Copy method to populate the builder with values from the given instance.
|
IgnoreRecipientInvitationResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
IgnoreRecipientInvitationResponse.Builder |
headers(Map<String,List<String>> headers) |
IgnoreRecipientInvitationResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
IgnoreRecipientInvitationResponse.Builder |
recipientInvitation(RecipientInvitation recipientInvitation)
The returned
RecipientInvitation instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public IgnoreRecipientInvitationResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<IgnoreRecipientInvitationResponse>
public IgnoreRecipientInvitationResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<IgnoreRecipientInvitationResponse>
public IgnoreRecipientInvitationResponse.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 IgnoreRecipientInvitationResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic IgnoreRecipientInvitationResponse.Builder recipientInvitation(RecipientInvitation recipientInvitation)
The returned RecipientInvitation
instance.
recipientInvitation
- the value to setpublic IgnoreRecipientInvitationResponse.Builder copy(IgnoreRecipientInvitationResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<IgnoreRecipientInvitationResponse>
o
- other request from which to copy valuespublic IgnoreRecipientInvitationResponse build()
Build the response object.
build
in interface BmcResponse.Builder<IgnoreRecipientInvitationResponse>
Copyright © 2016–2024. All rights reserved.