public static class UpdateInvoiceResponse.Builder extends Object
UpdateInvoiceResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UpdateInvoiceResponse |
build()
Builds a new
UpdateInvoiceResponse object using the set fields. |
UpdateInvoiceResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
UpdateInvoiceResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
UpdateInvoiceResponse.Builder |
invoice(Invoice invoice)
Setter for invoice.
|
public UpdateInvoiceResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public UpdateInvoiceResponse.Builder invoice(Invoice invoice)
invoice - Invoice value for invoice.public UpdateInvoiceResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public UpdateInvoiceResponse build()
UpdateInvoiceResponse object using the set fields.UpdateInvoiceResponseCopyright © 2022. All rights reserved.