public static class ListNetworkFirewallsResponse.Builder extends Object implements BmcResponse.Builder<ListNetworkFirewallsResponse>
Constructor and Description |
---|
Builder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public ListNetworkFirewallsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<ListNetworkFirewallsResponse>
public ListNetworkFirewallsResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<ListNetworkFirewallsResponse>
public ListNetworkFirewallsResponse.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 ListNetworkFirewallsResponse.Builder opcNextPage(String opcNextPage)
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 next batch of items.
opcNextPage
- the value to setpublic ListNetworkFirewallsResponse.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 ListNetworkFirewallsResponse.Builder opcPageCount(String opcPageCount)
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. This is to get the page counts overall.
opcPageCount
- the value to setpublic ListNetworkFirewallsResponse.Builder opcTotalItems(Integer opcTotalItems)
For pagination of a list of items. This provides the count of total items across pages.
opcTotalItems
- the value to setpublic ListNetworkFirewallsResponse.Builder networkFirewallCollection(NetworkFirewallCollection networkFirewallCollection)
The returned NetworkFirewallCollection
instance.
networkFirewallCollection
- the value to setpublic ListNetworkFirewallsResponse.Builder copy(ListNetworkFirewallsResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<ListNetworkFirewallsResponse>
o
- other request from which to copy valuespublic ListNetworkFirewallsResponse build()
Build the response object.
build
in interface BmcResponse.Builder<ListNetworkFirewallsResponse>
Copyright © 2016–2023. All rights reserved.