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