Uses of Class
com.xero.models.accounting.Element
-
Packages that use 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)Add ElementsXeroConflictExceptionXeroConflictException. addElementsItem(Element elementsItem)Add ElementsXeroMethodNotAllowedExceptionXeroMethodNotAllowedException. addElementsItem(Element elementsItem)XeroMethodNotAllowedExceptionMethod parameters in com.xero.api with type arguments of type Element Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. elements(List<Element> elements)Init ElementsXeroConflictExceptionXeroConflictException. elements(List<Element> elements)Init ElementsXeroMethodNotAllowedExceptionXeroMethodNotAllowedException. elements(List<Element> elements)XeroMethodNotAllowedExceptionvoidXeroBadRequestException. setElements(List<Element> elements)Set ElementsvoidXeroConflictException. setElements(List<Element> elements)Set ElementsvoidXeroMethodNotAllowedException. setElements(List<Element> elements)XeroMethodNotAllowedException -
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)Array of Validation Error messageElementElement. bankTransactionID(UUID bankTransactionID)bankTransactionIDElementElement. batchPaymentID(UUID batchPaymentID)Unique ID for batch payment object with validation errorElementElement. contactID(UUID contactID)contactIDElementElement. creditNoteID(UUID creditNoteID)creditNoteIDElementElement. invoiceID(UUID invoiceID)invoiceIDElementElement. itemID(UUID itemID)itemIDElementElement. purchaseOrderID(UUID purchaseOrderID)purchaseOrderIDElementElement. validationErrors(List<ValidationError> validationErrors)Array of Validation Error messageMethods 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)Array of Elements of validation ErrorsMethod parameters in com.xero.models.accounting with type arguments of type Element Modifier and Type Method Description ErrorError. elements(List<Element> elements)Array of Elements of validation ErrorsvoidError. setElements(List<Element> elements)Array of Elements of validation Errors
-