public static class ListApisResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListApisResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListApisResponse.Builder |
apiCollection(ApiCollection apiCollection)
The returned ApiCollection instance.
|
ListApisResponse |
build() |
ListApisResponse.Builder |
copy(ListApisResponse o)
Copy method to populate the builder with values from the given instance.
|
ListApisResponse.Builder |
opcNextPage(String opcNextPage)
For list pagination.
|
ListApisResponse.Builder |
opcPrevPage(String opcPrevPage)
For list pagination.
|
ListApisResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public ListApisResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListApisResponse.Builder copy(ListApisResponse o)
Copy method to populate the builder with values from the given instance.
public ListApisResponse build()
public ListApisResponse.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 ListApisResponse.Builder opcNextPage(String opcNextPage)
For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see List Pagination.
this
.public ListApisResponse.Builder opcPrevPage(String opcPrevPage)
For list pagination. When this header appears in the response, additional pages of results were seen previously. For important details about how pagination works, see List Pagination.
this
.public ListApisResponse.Builder apiCollection(ApiCollection apiCollection)
The returned ApiCollection instance.
this
.Copyright © 2016–2022. All rights reserved.