Uses of Class
com.xero.models.accounting.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)AttachmentAttachment. contentLength(Integer contentLength)AttachmentAttachment. fileName(String fileName)AttachmentAttachment. includeOnline(Boolean includeOnline)AttachmentAttachment. mimeType(String mimeType)AttachmentAttachment. url(String url)Methods 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)ContactContact. addAttachmentsItem(Attachment attachmentsItem)InvoiceInvoice. addAttachmentsItem(Attachment attachmentsItem)ManualJournalManualJournal. addAttachmentsItem(Attachment attachmentsItem)OverpaymentOverpayment. addAttachmentsItem(Attachment attachmentsItem)PrepaymentPrepayment. addAttachmentsItem(Attachment attachmentsItem)PurchaseOrderPurchaseOrder. addAttachmentsItem(Attachment attachmentsItem)ReceiptReceipt. addAttachmentsItem(Attachment attachmentsItem)RepeatingInvoiceRepeatingInvoice. addAttachmentsItem(Attachment attachmentsItem)Method parameters in com.xero.models.accounting with type arguments of type Attachment Modifier and Type Method Description AttachmentsAttachments. attachments(List<Attachment> attachments)ContactContact. attachments(List<Attachment> attachments)InvoiceInvoice. attachments(List<Attachment> attachments)ManualJournalManualJournal. attachments(List<Attachment> attachments)OverpaymentOverpayment. attachments(List<Attachment> attachments)PrepaymentPrepayment. attachments(List<Attachment> attachments)PurchaseOrderPurchaseOrder. attachments(List<Attachment> attachments)ReceiptReceipt. attachments(List<Attachment> attachments)RepeatingInvoiceRepeatingInvoice. attachments(List<Attachment> attachments)voidAttachments. setAttachments(List<Attachment> attachments)voidContact. setAttachments(List<Attachment> attachments)voidInvoice. setAttachments(List<Attachment> attachments)voidManualJournal. setAttachments(List<Attachment> attachments)voidOverpayment. setAttachments(List<Attachment> attachments)voidPrepayment. setAttachments(List<Attachment> attachments)voidPurchaseOrder. setAttachments(List<Attachment> attachments)voidReceipt. setAttachments(List<Attachment> attachments)voidRepeatingInvoice. setAttachments(List<Attachment> attachments)