|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.appsforyourdomain.migration.MailItemProperty
public class 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
|---|
AbstractExtension.AttributesHandler |
| Field Summary | |
|---|---|
static MailItemProperty |
DRAFT
Property indicating that a mail item should be marked as a draft when inserted into Gmail. |
static MailItemProperty |
INBOX
Property indicating that a mail item should appear in the inbox when inserted into Gmail. |
static MailItemProperty |
SENT
Property indicating that a mail item should appear in the list of sent messages when inserted into Gmail. |
static MailItemProperty |
STARRED
Property indicating that a mail item should be marked as starred when inserted into Gmail. |
static MailItemProperty |
TRASH
Property indicating that a mail item should be moved to the trash when inserted into Gmail. |
static MailItemProperty |
UNREAD
Property indicating that a mail item should be marked as unread when inserted into Gmail. |
| Fields inherited from class com.google.gdata.data.ValueConstruct |
|---|
attrName |
| Fields inherited from class com.google.gdata.data.AbstractExtension |
|---|
localName, namespace |
| Constructor Summary | |
|---|---|
MailItemProperty()
Constructs a MailItemProperty with no value. |
|
MailItemProperty(com.google.gdata.data.appsforyourdomain.migration.MailItemProperty.MailItemAttribute value)
Constructs a MailItemProperty with the specified value. |
|
| Method Summary | |
|---|---|
static ExtensionDescription |
getDefaultDescription()
|
| Methods inherited from class com.google.gdata.data.ValueConstruct |
|---|
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValue |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final MailItemProperty DRAFT
public static final MailItemProperty INBOX
public static final MailItemProperty SENT
public static final MailItemProperty TRASH
public static final MailItemProperty STARRED
public static final MailItemProperty UNREAD
| Constructor Detail |
|---|
public MailItemProperty()
MailItemProperty with no value.
public MailItemProperty(com.google.gdata.data.appsforyourdomain.migration.MailItemProperty.MailItemAttribute value)
MailItemProperty with the specified value.
value - the MailItemAttribute value to use| Method Detail |
|---|
public static ExtensionDescription getDefaultDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||