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