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