Uses of Class
com.xero.models.accounting.Element
Packages that use Element
-
Uses of Element in com.xero.api
Methods in com.xero.api that return types with arguments of type ElementModifier and TypeMethodDescriptionXeroBadRequestException.getElements()Array of Elements of validation ErrorsXeroConflictException.getElements()Array of Elements of validation ErrorsXeroMethodNotAllowedException.getElements()Array of Elements of validation ErrorsMethods in com.xero.api with parameters of type ElementModifier and TypeMethodDescriptionXeroBadRequestException.addElementsItem(Element elementsItem) Add ElementsXeroConflictException.addElementsItem(Element elementsItem) Add ElementsXeroMethodNotAllowedException.addElementsItem(Element elementsItem) XeroMethodNotAllowedExceptionMethod parameters in com.xero.api with type arguments of type ElementModifier and TypeMethodDescriptionInit ElementsInit ElementsXeroMethodNotAllowedExceptionvoidXeroBadRequestException.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 ElementModifier and TypeMethodDescriptionElement.addValidationErrorsItem(ValidationError validationErrorsItem) Array of Validation Error messageElement.bankTransactionID(UUID bankTransactionID) bankTransactionIDElement.batchPaymentID(UUID batchPaymentID) Unique ID for batch payment object with validation errorcontactIDElement.creditNoteID(UUID creditNoteID) creditNoteIDinvoiceIDitemIDElement.purchaseOrderID(UUID purchaseOrderID) purchaseOrderIDElement.validationErrors(List<ValidationError> validationErrors) Array of Validation Error messageMethods in com.xero.models.accounting that return types with arguments of type ElementMethods in com.xero.models.accounting with parameters of type ElementModifier and TypeMethodDescriptionError.addElementsItem(Element elementsItem) Array of Elements of validation ErrorsMethod parameters in com.xero.models.accounting with type arguments of type Element