public static class GetInvoiceResponse.Builder extends Object implements BmcResponse.Builder<GetInvoiceResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetInvoiceResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetInvoiceResponse |
build()
Build the response object.
|
GetInvoiceResponse.Builder |
copy(GetInvoiceResponse o)
Copy method to populate the builder with values from the given instance.
|
GetInvoiceResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetInvoiceResponse.Builder |
headers(Map<String,List<String>> headers) |
GetInvoiceResponse.Builder |
invoice(Invoice invoice)
The returned
Invoice instance. |
GetInvoiceResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetInvoiceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetInvoiceResponse>
public GetInvoiceResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetInvoiceResponse>
public GetInvoiceResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetInvoiceResponse.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 GetInvoiceResponse.Builder invoice(Invoice invoice)
The returned Invoice
instance.
invoice
- the value to setpublic GetInvoiceResponse.Builder copy(GetInvoiceResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetInvoiceResponse>
o
- other request from which to copy valuespublic GetInvoiceResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetInvoiceResponse>
Copyright © 2016–2024. All rights reserved.