public static class ListSensitiveColumnsResponse.Builder extends Object implements BmcResponse.Builder<ListSensitiveColumnsResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSensitiveColumnsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListSensitiveColumnsResponse |
build()
Build the response object.
|
ListSensitiveColumnsResponse.Builder |
copy(ListSensitiveColumnsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListSensitiveColumnsResponse.Builder |
headers(Map<String,List<String>> headers) |
ListSensitiveColumnsResponse.Builder |
opcNextPage(String opcNextPage)
For list pagination.
|
ListSensitiveColumnsResponse.Builder |
opcPrevPage(String opcPrevPage)
For pagination of a list of items.
|
ListSensitiveColumnsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListSensitiveColumnsResponse.Builder |
sensitiveColumnCollection(SensitiveColumnCollection sensitiveColumnCollection)
The returned
SensitiveColumnCollection instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public ListSensitiveColumnsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<ListSensitiveColumnsResponse>
public ListSensitiveColumnsResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<ListSensitiveColumnsResponse>
public ListSensitiveColumnsResponse.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 ListSensitiveColumnsResponse.Builder opcNextPage(String opcNextPage)
For list pagination. When this header appears in the response, additional pages of results remain. Include opc-next-page value as the page parameter for the subsequent GET request to get the next batch of items. For details about how pagination works, see List Pagination.
opcNextPage
- the value to setpublic ListSensitiveColumnsResponse.Builder opcPrevPage(String opcPrevPage)
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 previous batch of items.
opcPrevPage
- the value to setpublic ListSensitiveColumnsResponse.Builder sensitiveColumnCollection(SensitiveColumnCollection sensitiveColumnCollection)
The returned SensitiveColumnCollection
instance.
sensitiveColumnCollection
- the value to setpublic ListSensitiveColumnsResponse.Builder copy(ListSensitiveColumnsResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<ListSensitiveColumnsResponse>
o
- other request from which to copy valuespublic ListSensitiveColumnsResponse build()
Build the response object.
build
in interface BmcResponse.Builder<ListSensitiveColumnsResponse>
Copyright © 2016–2024. All rights reserved.