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