public static class ListNamespacesResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListNamespacesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListNamespacesResponse |
build()
Build the response object.
|
ListNamespacesResponse.Builder |
copy(ListNamespacesResponse o)
Copy method to populate the builder with values from the given instance.
|
ListNamespacesResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
ListNamespacesResponse.Builder |
namespaceCollection(NamespaceCollection namespaceCollection)
The returned NamespaceCollection instance.
|
ListNamespacesResponse.Builder |
opcNextPage(String opcNextPage)
Retrieves the next page of results.
|
ListNamespacesResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public ListNamespacesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListNamespacesResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public ListNamespacesResponse.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 ListNamespacesResponse.Builder opcNextPage(String opcNextPage)
Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See List Pagination.
opcNextPage
- the value to setpublic ListNamespacesResponse.Builder namespaceCollection(NamespaceCollection namespaceCollection)
The returned NamespaceCollection instance.
namespaceCollection
- the value to setpublic ListNamespacesResponse.Builder copy(ListNamespacesResponse o)
Copy method to populate the builder with values from the given instance.
public ListNamespacesResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.