public static class ListCustomTablesResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListCustomTablesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListCustomTablesResponse |
build() |
ListCustomTablesResponse.Builder |
copy(ListCustomTablesResponse o)
Copy method to populate the builder with values from the given instance.
|
ListCustomTablesResponse.Builder |
customTableCollection(CustomTableCollection customTableCollection)
The returned CustomTableCollection instance.
|
ListCustomTablesResponse.Builder |
opcNextPage(String opcNextPage)
For pagination of a list of custom tables.
|
ListCustomTablesResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public ListCustomTablesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListCustomTablesResponse.Builder copy(ListCustomTablesResponse o)
Copy method to populate the builder with values from the given instance.
public ListCustomTablesResponse build()
public ListCustomTablesResponse.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.
this
.public ListCustomTablesResponse.Builder opcNextPage(String opcNextPage)
For pagination of a list of custom tables. If this header appears in the response, then this
is a partial list of custom tables. Include this value as the page
parameter in a subsequent
GET request, to get the next batch of custom tables.
this
.public ListCustomTablesResponse.Builder customTableCollection(CustomTableCollection customTableCollection)
The returned CustomTableCollection instance.
this
.Copyright © 2016–2022. All rights reserved.