com.google.gdata.data.appsforyourdomain.provisioning
Class EmailListRecipientEntry
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.BaseEntry<EmailListRecipientEntry>
com.google.gdata.data.appsforyourdomain.provisioning.EmailListRecipientEntry
- All Implemented Interfaces:
- Extension, IAtom, IEntry, Kind.Adaptable, Kind.Adaptor
public class EmailListRecipientEntry
- extends BaseEntry<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>
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. |
Methods inherited from class com.google.gdata.data.BaseEntry |
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getResumableEditMediaLink, getRights, getSelectedFields, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSelectedFields, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update |
Methods inherited from class com.google.gdata.data.ExtensionPoint |
addExtension, addRepeatingExtension, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMAILLIST_RECIPIENT_KIND
public static final java.lang.String EMAILLIST_RECIPIENT_KIND
- Kind term value for EmailListRecipient category labels.
- See Also:
- Constant Field Values
EMAILLIST_RECIPIENT_CATEGORY
public static final Category EMAILLIST_RECIPIENT_CATEGORY
- Kind category used to label feeds or entries that have EmailListRecipient
extension data.
EmailListRecipientEntry
public EmailListRecipientEntry()
- Constructs a new empty EmailListRecipientEntry with the appropriate kind
category to indicate that it is an email list.
EmailListRecipientEntry
public EmailListRecipientEntry(BaseEntry<?> sourceEntry)
- Constructs a new EmailListRecipientEntry by doing a shallow copy of data
from an existing BaseEntry intance.
declareExtensions
public void declareExtensions(ExtensionProfile extensionProfile)
- Declares an Extension.
- Specified by:
declareExtensions
in interface Kind.Adaptor
- Overrides:
declareExtensions
in class ExtensionPoint
- Parameters:
extensionProfile
- the ExtensionProfile to initialize.- See Also:
ExtensionProfile.addDeclarations(Kind.Adaptor)