|
|||||||||
| 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<E>
com.google.gdata.data.extensions.BaseEventEntry<CalendarEventEntry>
com.google.gdata.data.calendar.CalendarEventEntry
public class CalendarEventEntry
This extends the EventEntry class for event entries in Google Calendars,
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.extensions.BaseEventEntry |
|---|
BaseEventEntry.EventStatus, BaseEventEntry.Transparency, BaseEventEntry.Visibility |
| 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 |
|---|
| 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 | |
|---|---|
CalendarEventEntry()
Constructs a new CalendarEventEntry instance . |
|
| Method Summary | |
|---|---|
void |
addExtendedProperty(ExtendedProperty prop)
Add a new extended property (gd:extendedProperty) |
void |
addParticipant(EventWho participant)
Adds a new event participant. |
void |
declareExtensions(ExtensionProfile extProfile)
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. |
java.util.List<ExtendedProperty> |
getExtendedProperty()
Returns extended properties (gd:extendedProperty) |
java.util.List<EventWho> |
getParticipants()
Returns the list of event participants. |
boolean |
getQuickAdd()
if gd:content contains quickadd info |
boolean |
getSendEventNotifications()
Whether to send event notifications or not. |
WebContent |
getWebContent()
Get the web content for this entry (may return null). |
Link |
getWebContentLink()
Retrieves the web content link |
void |
setQuickAdd(boolean quickAdd)
set whether gd:content is quickadd info This will only effects Insert semantics. |
void |
setSendEventNotifications(boolean send)
Sets whether event notifications are to be sent to the other participants or not. |
void |
setWebContent(WebContent wc)
Set the web content for this entry |
| Methods inherited from class com.google.gdata.data.extensions.BaseEventEntry |
|---|
addLocation, addRecurrenceException, addTime, getLocations, getOriginalEvent, getRecurrence, getRecurrenceException, getReminder, getStatus, getTimes, getTransparency, getVisibility, setOriginalEvent, setRecurrence, setStatus, setTransparency, setVisibility |
| Methods inherited from class com.google.gdata.data.BaseEntry |
|---|
addAdaptor, addHtmlLink, delete, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContentHandlerInfo, getContributors, getEdited, getEditLink, getEtag, 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, generate, 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 |
| Constructor Detail |
|---|
public CalendarEventEntry()
CalendarEventEntry instance .
| Method Detail |
|---|
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPoint
declareExtensions in interface Kind.AdaptordeclareExtensions in class BaseEventEntry<CalendarEventEntry>extProfile - the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)public java.util.List<EventWho> getParticipants()
public void addParticipant(EventWho participant)
public java.util.List<ExtendedProperty> getExtendedProperty()
public void addExtendedProperty(ExtendedProperty prop)
public boolean getQuickAdd()
public void setQuickAdd(boolean quickAdd)
quickAdd - public boolean getSendEventNotifications()
public void setSendEventNotifications(boolean send)
public Link getWebContentLink()
public WebContent getWebContent()
public void setWebContent(WebContent wc)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||