| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.attachmentID(UUID attachmentID) |
Attachment |
Attachment.contentLength(BigDecimal contentLength) |
Attachment |
Attachment.fileName(String fileName) |
Attachment |
Attachment.includeOnline(Boolean includeOnline) |
Attachment |
Attachment.mimeType(String mimeType) |
Attachment |
Attachment.url(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Contact.getAttachments()
Displays array of attachments from the API
|
List<Attachment> |
Attachments.getAttachments()
Get attachments
|
List<Attachment> |
Prepayment.getAttachments()
See Attachments
|
List<Attachment> |
Overpayment.getAttachments()
See Attachments
|
List<Attachment> |
Receipt.getAttachments()
Displays array of attachments from the API
|
List<Attachment> |
RepeatingInvoice.getAttachments()
Displays array of attachments from the API
|
List<Attachment> |
ManualJournal.getAttachments()
Displays array of attachments from the API
|
List<Attachment> |
Invoice.getAttachments()
Displays array of attachments from the API
|
List<Attachment> |
PurchaseOrder.getAttachments()
Displays array of attachments from the API
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.addAttachmentsItem(Attachment attachmentsItem) |
Attachments |
Attachments.addAttachmentsItem(Attachment attachmentsItem) |
Prepayment |
Prepayment.addAttachmentsItem(Attachment attachmentsItem) |
Overpayment |
Overpayment.addAttachmentsItem(Attachment attachmentsItem) |
Receipt |
Receipt.addAttachmentsItem(Attachment attachmentsItem) |
RepeatingInvoice |
RepeatingInvoice.addAttachmentsItem(Attachment attachmentsItem) |
ManualJournal |
ManualJournal.addAttachmentsItem(Attachment attachmentsItem) |
Invoice |
Invoice.addAttachmentsItem(Attachment attachmentsItem) |
PurchaseOrder |
PurchaseOrder.addAttachmentsItem(Attachment attachmentsItem) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.attachments(List<Attachment> attachments) |
Attachments |
Attachments.attachments(List<Attachment> attachments) |
Prepayment |
Prepayment.attachments(List<Attachment> attachments) |
Overpayment |
Overpayment.attachments(List<Attachment> attachments) |
Receipt |
Receipt.attachments(List<Attachment> attachments) |
RepeatingInvoice |
RepeatingInvoice.attachments(List<Attachment> attachments) |
ManualJournal |
ManualJournal.attachments(List<Attachment> attachments) |
Invoice |
Invoice.attachments(List<Attachment> attachments) |
PurchaseOrder |
PurchaseOrder.attachments(List<Attachment> attachments) |
void |
Contact.setAttachments(List<Attachment> attachments) |
void |
Attachments.setAttachments(List<Attachment> attachments) |
void |
Prepayment.setAttachments(List<Attachment> attachments) |
void |
Overpayment.setAttachments(List<Attachment> attachments) |
void |
Receipt.setAttachments(List<Attachment> attachments) |
void |
RepeatingInvoice.setAttachments(List<Attachment> attachments) |
void |
ManualJournal.setAttachments(List<Attachment> attachments) |
void |
Invoice.setAttachments(List<Attachment> attachments) |
void |
PurchaseOrder.setAttachments(List<Attachment> attachments) |
Copyright © 2020. All rights reserved.