| Package | Description |
|---|---|
| com.messagegears.sdk.v3_1 |
| Modifier and Type | Method and Description |
|---|---|
Attachment[] |
Attachments.getAttachment()
Method getAttachment.Returns the contents of the collection
in an Array.
|
Attachment |
Attachments.getAttachment(int index)
Method getAttachment.
|
Attachment |
Attachments.removeAttachmentAt(int index)
Method removeAttachmentAt.
|
static Attachment |
Attachment.unmarshal(java.io.Reader reader)
Method unmarshal.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<? extends Attachment> |
Attachments.enumerateAttachment()
Method enumerateAttachment.
|
java.util.Iterator<? extends Attachment> |
Attachments.iterateAttachment()
Method iterateAttachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachments.addAttachment(Attachment vAttachment) |
void |
Attachments.addAttachment(int index,
Attachment vAttachment) |
boolean |
Attachments.removeAttachment(Attachment vAttachment)
Method removeAttachment.
|
void |
Attachments.setAttachment(Attachment[] vAttachmentArray) |
void |
Attachments.setAttachment(int index,
Attachment vAttachment) |
Copyright © 2016. All Rights Reserved.