public static class ListOrganizationsResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListOrganizationsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListOrganizationsResponse |
build()
Build the response object.
|
ListOrganizationsResponse.Builder |
copy(ListOrganizationsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListOrganizationsResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
ListOrganizationsResponse.Builder |
opcNextPage(String opcNextPage)
For pagination of a list of items.
|
ListOrganizationsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListOrganizationsResponse.Builder |
organizationCollection(OrganizationCollection organizationCollection)
The returned OrganizationCollection instance.
|
public ListOrganizationsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListOrganizationsResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public ListOrganizationsResponse.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 ListOrganizationsResponse.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 ListOrganizationsResponse.Builder organizationCollection(OrganizationCollection organizationCollection)
The returned OrganizationCollection instance.
organizationCollection
- the value to setpublic ListOrganizationsResponse.Builder copy(ListOrganizationsResponse o)
Copy method to populate the builder with values from the given instance.
public ListOrganizationsResponse build()
Build the response object.
Copyright © 2016–2023. All rights reserved.