public static class CreateOccCustomerResponse.Builder extends Object implements BmcResponse.Builder<CreateOccCustomerResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateOccCustomerResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateOccCustomerResponse |
build()
Build the response object.
|
CreateOccCustomerResponse.Builder |
copy(CreateOccCustomerResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateOccCustomerResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateOccCustomerResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateOccCustomerResponse.Builder |
occCustomer(OccCustomer occCustomer)
The returned
OccCustomer instance. |
CreateOccCustomerResponse.Builder |
opcRequestId(String opcRequestId)
For pagination of a list of items.
|
CreateOccCustomerResponse.Builder |
retryAfter(Integer retryAfter)
A decimal number representing the number of seconds the client should wait before polling
this endpoint again.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateOccCustomerResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateOccCustomerResponse>
public CreateOccCustomerResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateOccCustomerResponse>
public CreateOccCustomerResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateOccCustomerResponse.Builder opcRequestId(String opcRequestId)
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.
opcRequestId
- the value to setpublic CreateOccCustomerResponse.Builder retryAfter(Integer retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
retryAfter
- the value to setpublic CreateOccCustomerResponse.Builder occCustomer(OccCustomer occCustomer)
The returned OccCustomer
instance.
occCustomer
- the value to setpublic CreateOccCustomerResponse.Builder copy(CreateOccCustomerResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateOccCustomerResponse>
o
- other request from which to copy valuespublic CreateOccCustomerResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateOccCustomerResponse>
Copyright © 2016–2024. All rights reserved.