|
|||||||||
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.ExtensionPoint
com.google.gdata.data.BaseEntry<EmailListRecipientEntry>
com.google.gdata.data.appsforyourdomain.provisioning.EmailListRecipientEntry
public class EmailListRecipientEntry
Google Apps for Your Domain GData Entry which models a particular recipient
on an email list. This is a simple Entry which contain only a single Who
extension.
This is temporary for code reviewers.
Sample XML.
<?xml version="1.0" encoding="UTF-8"?>
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
<atom:category scheme="http://schemas.google.com/g/2005#kind"
term="http://schemas.google.com/apps/2006#emailList.recipient"/>
<gd:who xmlns:gd="http://schemas.google.com/g/2005"
email="SusanJones-1321@apps-provisioning-test.com"/>
</atom:entry>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.data.BaseEntry |
---|
BaseEntry.AtomHandler, BaseEntry.EntryState |
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
---|
AbstractExtension.AttributesHandler |
Field Summary | |
---|---|
static Category |
EMAILLIST_RECIPIENT_CATEGORY
Kind category used to label feeds or entries that have EmailListRecipient extension data. |
static java.lang.String |
EMAILLIST_RECIPIENT_KIND
Kind term value for EmailListRecipient category labels. |
Fields inherited from class com.google.gdata.data.BaseEntry |
---|
state |
Fields inherited from class com.google.gdata.data.ExtensionPoint |
---|
xmlBlob |
Fields inherited from class com.google.gdata.data.AbstractExtension |
---|
localName, namespace |
Constructor Summary | |
---|---|
EmailListRecipientEntry()
Constructs a new empty EmailListRecipientEntry with the appropriate kind category to indicate that it is an email list. |
|
EmailListRecipientEntry(BaseEntry<?> sourceEntry)
Constructs a new EmailListRecipientEntry by doing a shallow copy of data from an existing BaseEntry intance. |
Method Summary | |
---|---|
void |
declareExtensions(ExtensionProfile extensionProfile)
Declares an Extension. |
Methods inherited from class com.google.gdata.data.BaseEntry |
---|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContentHandlerInfo, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getRights, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setPubControl, setPublished, setRights, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildren |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EMAILLIST_RECIPIENT_KIND
public static final Category EMAILLIST_RECIPIENT_CATEGORY
Constructor Detail |
---|
public EmailListRecipientEntry()
public EmailListRecipientEntry(BaseEntry<?> sourceEntry)
Method Detail |
---|
public void declareExtensions(ExtensionProfile extensionProfile)
declareExtensions
in interface Kind.Adaptor
declareExtensions
in class ExtensionPoint
extensionProfile
- the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |