Class PatchOAuth2ClientCredentialResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.responses.PatchOAuth2ClientCredentialResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<PatchOAuth2ClientCredentialResponse>
 - Enclosing class:
- PatchOAuth2ClientCredentialResponse
 
 public static class PatchOAuth2ClientCredentialResponse.Builder extends Object implements BmcResponse.Builder<PatchOAuth2ClientCredentialResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchOAuth2ClientCredentialResponse.Builder__httpStatusCode__(int __httpStatusCode__)PatchOAuth2ClientCredentialResponsebuild()Build the response object.PatchOAuth2ClientCredentialResponse.Buildercopy(PatchOAuth2ClientCredentialResponse o)Copy method to populate the builder with values from the given instance.PatchOAuth2ClientCredentialResponse.Builderetag(String etag)For optimistic concurrency control.PatchOAuth2ClientCredentialResponse.Builderheaders(Map<String,List<String>> headers)PatchOAuth2ClientCredentialResponse.BuilderoAuth2ClientCredential(OAuth2ClientCredential oAuth2ClientCredential)The returned OAuth2ClientCredential instance.PatchOAuth2ClientCredentialResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public PatchOAuth2ClientCredentialResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<PatchOAuth2ClientCredentialResponse>
 
 - 
headerspublic PatchOAuth2ClientCredentialResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<PatchOAuth2ClientCredentialResponse>
 
 - 
opcRequestIdpublic PatchOAuth2ClientCredentialResponse.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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
etagpublic PatchOAuth2ClientCredentialResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
oAuth2ClientCredentialpublic PatchOAuth2ClientCredentialResponse.Builder oAuth2ClientCredential(OAuth2ClientCredential oAuth2ClientCredential) The returned OAuth2ClientCredential instance.- Parameters:
- oAuth2ClientCredential- the value to set
- Returns:
- this builder
 
 - 
copypublic PatchOAuth2ClientCredentialResponse.Builder copy(PatchOAuth2ClientCredentialResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<PatchOAuth2ClientCredentialResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic PatchOAuth2ClientCredentialResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<PatchOAuth2ClientCredentialResponse>
- Returns:
- the response object
 
 
- 
 
-