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