| Package | Description |
|---|---|
| com.independentsoft.msg |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
Recipient.getObjectType()
Gets the type of the recipient.
|
ObjectType |
Message.getObjectType()
Gets the type of an object.
|
ObjectType |
Attachment.getObjectType()
Gets the type of the attachment.
|
static ObjectType |
ObjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recipient.setObjectType(ObjectType objectType)
Sets the type of the recipient.
|
void |
Message.setObjectType(ObjectType objectType)
Sets the type of an object.
|
void |
Attachment.setObjectType(ObjectType objectType)
Sets the type of the attachment.
|