| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Service.createListItemAttachment(java.lang.String listId,
int itemId,
java.io.File file)
Creates the list item attachment.
|
Attachment |
Service.createListItemAttachment(java.lang.String listId,
int itemId,
java.lang.String fileName,
byte[] buffer)
Creates the list item attachment.
|
Attachment |
Service.createListItemAttachment(java.lang.String listId,
int itemId,
java.lang.String fileName,
java.io.InputStream stream)
Creates the list item attachment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attachment> |
Service.getListItemAttachments(java.lang.String listId,
int itemId)
Gets the list item attachments.
|
java.util.List<Attachment> |
Service.getListItemAttachments(java.lang.String listId,
int itemId,
java.util.List<IQueryOption> queryOptions)
Gets the list item attachments.
|