| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
XeroMethodNotAllowedException.getElements()
Array of Elements of validation Errors
|
List<Element> |
XeroBadRequestException.getElements()
Array of Elements of validation Errors
|
| Modifier and Type | Method and Description |
|---|---|
XeroMethodNotAllowedException |
XeroMethodNotAllowedException.addElementsItem(Element elementsItem) |
XeroBadRequestException |
XeroBadRequestException.addElementsItem(Element elementsItem) |
| Modifier and Type | Method and Description |
|---|---|
XeroMethodNotAllowedException |
XeroMethodNotAllowedException.elements(List<Element> elements) |
XeroBadRequestException |
XeroBadRequestException.elements(List<Element> elements) |
void |
XeroMethodNotAllowedException.setElements(List<Element> elements) |
void |
XeroBadRequestException.setElements(List<Element> elements) |
| Modifier and Type | Method and Description |
|---|---|
Element |
Element.addValidationErrorsItem(ValidationError validationErrorsItem) |
Element |
Element.bankTransactionID(UUID bankTransactionID) |
Element |
Element.batchPaymentID(UUID batchPaymentID) |
Element |
Element.contactID(UUID contactID) |
Element |
Element.creditNoteID(UUID creditNoteID) |
Element |
Element.invoiceID(UUID invoiceID) |
Element |
Element.itemID(UUID itemID) |
Element |
Element.purchaseOrderID(UUID purchaseOrderID) |
Element |
Element.validationErrors(List<ValidationError> validationErrors) |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
Error.getElements()
Array of Elements of validation Errors
|
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.addElementsItem(Element elementsItem) |
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.elements(List<Element> elements) |
void |
Error.setElements(List<Element> elements) |
Copyright © 2020. All rights reserved.