public class CreateInvoiceAttachmentResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateInvoiceAttachmentResponse.Builder
Class to build instances of
CreateInvoiceAttachmentResponse. |
| Constructor and Description |
|---|
CreateInvoiceAttachmentResponse(InvoiceAttachment attachment,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
InvoiceAttachment |
getAttachment()
Getter for Attachment.
|
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
CreateInvoiceAttachmentResponse.Builder |
toBuilder()
Builds a new
CreateInvoiceAttachmentResponse.Builder object. |
String |
toString()
Converts this CreateInvoiceAttachmentResponse into string format.
|
public CreateInvoiceAttachmentResponse(InvoiceAttachment attachment, List<Error> errors)
attachment - InvoiceAttachment value for attachment.errors - List of Error value for errors.public HttpContext getContext()
public InvoiceAttachment getAttachment()
public List<Error> getErrors()
public String toString()
public CreateInvoiceAttachmentResponse.Builder toBuilder()
CreateInvoiceAttachmentResponse.Builder object.
Creates the instance with the state of the current model.CreateInvoiceAttachmentResponse.Builder objectCopyright © 2024. All rights reserved.