Uses of Class
com.xero.models.accounting.Attachment
-
Packages that use Attachment Package Description com.xero.models.accounting -
-
Uses of Attachment in com.xero.models.accounting
Methods in com.xero.models.accounting that return Attachment Modifier and Type Method Description AttachmentAttachment. attachmentID(UUID attachmentID)Unique ID for the fileAttachmentAttachment. contentLength(Integer contentLength)Length of the file contentAttachmentAttachment. fileName(String fileName)Name of the fileAttachmentAttachment. includeOnline(Boolean includeOnline)Include the file with the online invoiceAttachmentAttachment. mimeType(String mimeType)Type of fileAttachmentAttachment. url(String url)URL to the file on xero.comMethods in com.xero.models.accounting that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Attachments. getAttachments()Get attachmentsList<Attachment>Contact. getAttachments()Displays array of attachments from the APIList<Attachment>Invoice. getAttachments()Displays array of attachments from the APIList<Attachment>ManualJournal. getAttachments()Displays array of attachments from the APIList<Attachment>Overpayment. getAttachments()See AttachmentsList<Attachment>Prepayment. getAttachments()See AttachmentsList<Attachment>PurchaseOrder. getAttachments()Displays array of attachments from the APIList<Attachment>Receipt. getAttachments()Displays array of attachments from the APIList<Attachment>RepeatingInvoice. getAttachments()Displays array of attachments from the APIMethods in com.xero.models.accounting with parameters of type Attachment Modifier and Type Method Description AttachmentsAttachments. addAttachmentsItem(Attachment attachmentsItem)attachmentsContactContact. addAttachmentsItem(Attachment attachmentsItem)Displays array of attachments from the APIInvoiceInvoice. addAttachmentsItem(Attachment attachmentsItem)Displays array of attachments from the APIManualJournalManualJournal. addAttachmentsItem(Attachment attachmentsItem)Displays array of attachments from the APIOverpaymentOverpayment. addAttachmentsItem(Attachment attachmentsItem)See AttachmentsPrepaymentPrepayment. addAttachmentsItem(Attachment attachmentsItem)See AttachmentsPurchaseOrderPurchaseOrder. addAttachmentsItem(Attachment attachmentsItem)Displays array of attachments from the APIReceiptReceipt. addAttachmentsItem(Attachment attachmentsItem)Displays array of attachments from the APIRepeatingInvoiceRepeatingInvoice. addAttachmentsItem(Attachment attachmentsItem)Displays array of attachments from the APIMethod parameters in com.xero.models.accounting with type arguments of type Attachment Modifier and Type Method Description AttachmentsAttachments. attachments(List<Attachment> attachments)attachmentsContactContact. attachments(List<Attachment> attachments)Displays array of attachments from the APIInvoiceInvoice. attachments(List<Attachment> attachments)Displays array of attachments from the APIManualJournalManualJournal. attachments(List<Attachment> attachments)Displays array of attachments from the APIOverpaymentOverpayment. attachments(List<Attachment> attachments)See AttachmentsPrepaymentPrepayment. attachments(List<Attachment> attachments)See AttachmentsPurchaseOrderPurchaseOrder. attachments(List<Attachment> attachments)Displays array of attachments from the APIReceiptReceipt. attachments(List<Attachment> attachments)Displays array of attachments from the APIRepeatingInvoiceRepeatingInvoice. 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
-