public static class ListRuntimeOperatorsResponse.Builder extends Object implements BmcResponse.Builder<ListRuntimeOperatorsResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListRuntimeOperatorsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListRuntimeOperatorsResponse |
build()
Build the response object.
|
ListRuntimeOperatorsResponse.Builder |
copy(ListRuntimeOperatorsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListRuntimeOperatorsResponse.Builder |
headers(Map<String,List<String>> headers) |
ListRuntimeOperatorsResponse.Builder |
opcNextPage(String opcNextPage)
For pagination of a list of
RuntimeOperator s. |
ListRuntimeOperatorsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListRuntimeOperatorsResponse.Builder |
runtimeOperatorSummaryCollection(RuntimeOperatorSummaryCollection runtimeOperatorSummaryCollection)
The returned
RuntimeOperatorSummaryCollection instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public ListRuntimeOperatorsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<ListRuntimeOperatorsResponse>
public ListRuntimeOperatorsResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<ListRuntimeOperatorsResponse>
public ListRuntimeOperatorsResponse.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 ListRuntimeOperatorsResponse.Builder opcNextPage(String opcNextPage)
For pagination of a list of RuntimeOperator
s. If this header appears in the
response, then this is a partial list of RuntimeOperator. Include this value as the
page
parameter in a subsequent GET request to get the next batch of
RuntimeOperators.
opcNextPage
- the value to setpublic ListRuntimeOperatorsResponse.Builder runtimeOperatorSummaryCollection(RuntimeOperatorSummaryCollection runtimeOperatorSummaryCollection)
The returned RuntimeOperatorSummaryCollection
instance.
runtimeOperatorSummaryCollection
- the value to setpublic ListRuntimeOperatorsResponse.Builder copy(ListRuntimeOperatorsResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<ListRuntimeOperatorsResponse>
o
- other request from which to copy valuespublic ListRuntimeOperatorsResponse build()
Build the response object.
build
in interface BmcResponse.Builder<ListRuntimeOperatorsResponse>
Copyright © 2016–2025. All rights reserved.