Uses of Class
com.xero.models.accounting.Element
| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.models.accounting |
-
Uses of Element in com.xero.api
Methods in com.xero.api that return types with arguments of type Element Modifier and Type Method Description List<Element>XeroBadRequestException. getElements()Array of Elements of validation ErrorsList<Element>XeroConflictException. getElements()Array of Elements of validation ErrorsList<Element>XeroMethodNotAllowedException. getElements()Array of Elements of validation ErrorsMethods in com.xero.api with parameters of type Element Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addElementsItem(Element elementsItem)XeroConflictExceptionXeroConflictException. addElementsItem(Element elementsItem)XeroMethodNotAllowedExceptionXeroMethodNotAllowedException. addElementsItem(Element elementsItem)Method parameters in com.xero.api with type arguments of type Element Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. elements(List<Element> elements)XeroConflictExceptionXeroConflictException. elements(List<Element> elements)XeroMethodNotAllowedExceptionXeroMethodNotAllowedException. elements(List<Element> elements)voidXeroBadRequestException. setElements(List<Element> elements)voidXeroConflictException. setElements(List<Element> elements)voidXeroMethodNotAllowedException. setElements(List<Element> elements) -
Uses of Element in com.xero.models.accounting
Methods in com.xero.models.accounting that return Element Modifier and Type Method Description ElementElement. addValidationErrorsItem(ValidationError validationErrorsItem)ElementElement. bankTransactionID(UUID bankTransactionID)ElementElement. batchPaymentID(UUID batchPaymentID)ElementElement. contactID(UUID contactID)ElementElement. creditNoteID(UUID creditNoteID)ElementElement. invoiceID(UUID invoiceID)ElementElement. itemID(UUID itemID)ElementElement. purchaseOrderID(UUID purchaseOrderID)ElementElement. validationErrors(List<ValidationError> validationErrors)Methods in com.xero.models.accounting that return types with arguments of type Element Modifier and Type Method Description List<Element>Error. getElements()Array of Elements of validation ErrorsMethods in com.xero.models.accounting with parameters of type Element Modifier and Type Method Description ErrorError. addElementsItem(Element elementsItem)Method parameters in com.xero.models.accounting with type arguments of type Element Modifier and Type Method Description ErrorError. elements(List<Element> elements)voidError. setElements(List<Element> elements)