| 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> |
Invoice.getAttachments()
Displays array of attachments from the API
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.addAttachmentsItem(Attachment attachmentsItem) |
Attachments |
Attachments.addAttachmentsItem(Attachment attachmentsItem) |
Invoice |
Invoice.addAttachmentsItem(Attachment attachmentsItem) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.attachments(List<Attachment> attachments) |
Attachments |
Attachments.attachments(List<Attachment> attachments) |
Invoice |
Invoice.attachments(List<Attachment> attachments) |
void |
Contact.setAttachments(List<Attachment> attachments) |
void |
Attachments.setAttachments(List<Attachment> attachments) |
void |
Invoice.setAttachments(List<Attachment> attachments) |
Copyright © 2019. All rights reserved.