Uses of Class
com.xero.models.accounting.Attachment
Packages that use Attachment
-
Uses of Attachment in com.xero.models.accounting
Methods in com.xero.models.accounting that return AttachmentModifier and TypeMethodDescriptionAttachment.attachmentID(UUID attachmentID) Unique ID for the fileAttachment.contentLength(Integer contentLength) Length of the file contentName of the fileAttachment.includeOnline(Boolean includeOnline) Include the file with the online invoiceType of fileURL to the file on xero.comMethods in com.xero.models.accounting that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachments.getAttachments()Get attachmentsContact.getAttachments()Displays array of attachments from the APIInvoice.getAttachments()Displays array of attachments from the APIManualJournal.getAttachments()Displays array of attachments from the APIOverpayment.getAttachments()See AttachmentsPrepayment.getAttachments()See AttachmentsPurchaseOrder.getAttachments()Displays array of attachments from the APIReceipt.getAttachments()Displays array of attachments from the APIRepeatingInvoice.getAttachments()Displays array of attachments from the APIMethods in com.xero.models.accounting with parameters of type AttachmentModifier and TypeMethodDescriptionAttachments.addAttachmentsItem(Attachment attachmentsItem) attachmentsContact.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIInvoice.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIManualJournal.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIOverpayment.addAttachmentsItem(Attachment attachmentsItem) See AttachmentsPrepayment.addAttachmentsItem(Attachment attachmentsItem) See AttachmentsPurchaseOrder.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIReceipt.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIRepeatingInvoice.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIMethod parameters in com.xero.models.accounting with type arguments of type AttachmentModifier and TypeMethodDescriptionAttachments.attachments(List<Attachment> attachments) attachmentsContact.attachments(List<Attachment> attachments) Displays array of attachments from the APIInvoice.attachments(List<Attachment> attachments) Displays array of attachments from the APIManualJournal.attachments(List<Attachment> attachments) Displays array of attachments from the APIOverpayment.attachments(List<Attachment> attachments) See AttachmentsPrepayment.attachments(List<Attachment> attachments) See AttachmentsPurchaseOrder.attachments(List<Attachment> attachments) Displays array of attachments from the APIReceipt.attachments(List<Attachment> attachments) Displays array of attachments from the APIRepeatingInvoice.attachments(List<Attachment> attachments) Displays array of attachments from the APIvoidAttachments.setAttachments(List<Attachment> attachments) attachmentsvoidContact.setAttachments(List<Attachment> attachments) Displays array of attachments from the APIvoidInvoice.setAttachments(List<Attachment> attachments) Displays array of attachments from the APIvoidManualJournal.setAttachments(List<Attachment> attachments) Displays array of attachments from the APIvoidOverpayment.setAttachments(List<Attachment> attachments) See AttachmentsvoidPrepayment.setAttachments(List<Attachment> attachments) See AttachmentsvoidPurchaseOrder.setAttachments(List<Attachment> attachments) Displays array of attachments from the APIvoidReceipt.setAttachments(List<Attachment> attachments) Displays array of attachments from the APIvoidRepeatingInvoice.setAttachments(List<Attachment> attachments) Displays array of attachments from the API