public static class ListMyOAuth2ClientCredentialsResponse.Builder extends Object implements BmcResponse.Builder<ListMyOAuth2ClientCredentialsResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListMyOAuth2ClientCredentialsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListMyOAuth2ClientCredentialsResponse |
build()
Build the response object.
|
ListMyOAuth2ClientCredentialsResponse.Builder |
copy(ListMyOAuth2ClientCredentialsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListMyOAuth2ClientCredentialsResponse.Builder |
headers(Map<String,List<String>> headers) |
ListMyOAuth2ClientCredentialsResponse.Builder |
myOAuth2ClientCredentials(MyOAuth2ClientCredentials myOAuth2ClientCredentials)
The returned
MyOAuth2ClientCredentials instance. |
ListMyOAuth2ClientCredentialsResponse.Builder |
opcNextPage(String opcNextPage)
For pagination of a list of items.
|
ListMyOAuth2ClientCredentialsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public ListMyOAuth2ClientCredentialsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<ListMyOAuth2ClientCredentialsResponse>
public ListMyOAuth2ClientCredentialsResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<ListMyOAuth2ClientCredentialsResponse>
public ListMyOAuth2ClientCredentialsResponse.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 ListMyOAuth2ClientCredentialsResponse.Builder opcNextPage(String opcNextPage)
For pagination of a list of items. When paging through a list, if this header appears in
the response, then a partial list might have been returned. Include this value as the
page
parameter for the subsequent GET request to get the next batch of items.
opcNextPage
- the value to setpublic ListMyOAuth2ClientCredentialsResponse.Builder myOAuth2ClientCredentials(MyOAuth2ClientCredentials myOAuth2ClientCredentials)
The returned MyOAuth2ClientCredentials
instance.
myOAuth2ClientCredentials
- the value to setpublic ListMyOAuth2ClientCredentialsResponse.Builder copy(ListMyOAuth2ClientCredentialsResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<ListMyOAuth2ClientCredentialsResponse>
o
- other request from which to copy valuespublic ListMyOAuth2ClientCredentialsResponse build()
Build the response object.
build
in interface BmcResponse.Builder<ListMyOAuth2ClientCredentialsResponse>
Copyright © 2016–2024. All rights reserved.