public class

EmailListEntry

extends BaseEntry<E extends BaseEntry>
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry>
         ↳ com.google.gdata.data.appsforyourdomain.provisioning.EmailListEntry

Summary

Constants
String EMAIL_LIST_KIND Kind term value for EmailList category labels.
Fields
public static final Category EMAIL_LIST_CATEGORY Kind category used to label feeds or entries that have EmailList extension data.
[Expand]
Inherited Fields
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
EmailListEntry()
Constructs a new empty EmailListEntry with the appropriate kind category to indicate that it is an email list.
EmailListEntry(BaseEntry<?> sourceEntry)
Constructs a new EmailListEntry by doing a shallow copy of data from an existing BaseEntry intance.
Public Methods
void declareExtensions(ExtensionProfile extensionProfile)
Declares an Extension.
EmailList getEmailList()
[Expand]
Inherited Methods
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension
From interface com.google.gdata.data.IAtom
From interface com.google.gdata.data.IEntry
From interface com.google.gdata.data.Kind.Adaptable
From interface com.google.gdata.data.Kind.Adaptor

Constants

public static final String EMAIL_LIST_KIND

Kind term value for EmailList category labels.

Constant Value: "http://schemas.google.com/apps/2006#emailList"

Fields

public static final Category EMAIL_LIST_CATEGORY

Kind category used to label feeds or entries that have EmailList extension data.

Public Constructors

public EmailListEntry ()

Constructs a new empty EmailListEntry with the appropriate kind category to indicate that it is an email list.

public EmailListEntry (BaseEntry<?> sourceEntry)

Constructs a new EmailListEntry by doing a shallow copy of data from an existing BaseEntry intance.

Parameters
sourceEntry

Public Methods

public void declareExtensions (ExtensionProfile extensionProfile)

Declares an Extension.

Parameters
extensionProfile The ExtensionProfile to initialize.

public EmailList getEmailList ()