| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ValueConstruct | ||
| ↳ | com.google.gdata.data.appsforyourdomain.migration.MailItemProperty | ||
Google Apps name space element: <apps:mailItemProperty>. Used to
model an enumerable property about a mail item, such as whether it is to be
marked as starred, read, trash, etc. when migrated into Gmail.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ATTRIBUTE_VALUE | ||||||||||
| String | EXTENSION_LOCAL_NAME | the name of the GData element | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DRAFT | Property indicating that a mail item should be marked as a draft when inserted into Gmail. | ||||||||||
| EXTENSION_DESC | the extension description is shared by all instances of this class | ||||||||||
| INBOX | Property indicating that a mail item should appear in the inbox when inserted into Gmail. | ||||||||||
| SENT | Property indicating that a mail item should appear in the list of sent messages when inserted into Gmail. | ||||||||||
| STARRED | Property indicating that a mail item should be marked as starred when inserted into Gmail. | ||||||||||
| TRASH | Property indicating that a mail item should be moved to the trash when inserted into Gmail. | ||||||||||
| UNREAD | Property indicating that a mail item should be marked as unread when inserted into Gmail. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a
MailItemProperty with no value. | |||||||||||
Constructs a
MailItemProperty with the specified value. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
the name of the GData element
Property indicating that a mail item should be marked as a draft when inserted into Gmail.
the extension description is shared by all instances of this class
Property indicating that a mail item should appear in the inbox when inserted into Gmail. By default, a message will not be placed in the inbox if it has any labels.
Property indicating that a mail item should appear in the list of sent messages when inserted into Gmail.
Property indicating that a mail item should be marked as starred when inserted into Gmail. By default, migrated mail items are unstarred.
Property indicating that a mail item should be moved to the trash when inserted into Gmail.
Property indicating that a mail item should be marked as unread when inserted into Gmail. By default, mail items are marked as read.
Constructs a MailItemProperty with no value.
Constructs a MailItemProperty with the specified value.
| value | The MailItemAttribute value to use |
|---|