public static class ListDataAssetsResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListDataAssetsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListDataAssetsResponse |
build() |
ListDataAssetsResponse.Builder |
copy(ListDataAssetsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListDataAssetsResponse.Builder |
dataAssetCollection(DataAssetCollection dataAssetCollection)
The returned DataAssetCollection instance.
|
ListDataAssetsResponse.Builder |
opcNextPage(String opcNextPage)
Retrieves the next page of results.
|
ListDataAssetsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public ListDataAssetsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListDataAssetsResponse.Builder copy(ListDataAssetsResponse o)
Copy method to populate the builder with values from the given instance.
public ListDataAssetsResponse build()
public ListDataAssetsResponse.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 ListDataAssetsResponse.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.
this
.public ListDataAssetsResponse.Builder dataAssetCollection(DataAssetCollection dataAssetCollection)
The returned DataAssetCollection instance.
this
.Copyright © 2016–2022. All rights reserved.