| java.lang.Object | |||
| ↳ | com.google.gdata.model.Element | ||
| ↳ | com.google.gdata.model.atom.Entry | ||
| ↳ | com.google.gdata.model.gd.EventEntry | ||
Describes an event entry.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Event kind term value. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Event kind category. | ||||||||||
| KEY | The key for this element. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.atom.Entry
| |||||||||||
From class
com.google.gdata.model.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an instance using the default key.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Subclass constructor, allows subclasses to supply their own element key.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new event location.
| |||||||||||
Adds a new event participant.
| |||||||||||
Adds a new recurrence exception.
| |||||||||||
Adds a new event reminder.
| |||||||||||
Adds a new event time.
| |||||||||||
Removes all existing event location instances.
| |||||||||||
Removes all existing event participant instances.
| |||||||||||
Removes all existing recurrence exception instances.
| |||||||||||
Removes all existing event reminder instances.
| |||||||||||
Removes all existing event time instances.
| |||||||||||
Returns the nested comments feed.
| |||||||||||
Returns the event status.
| |||||||||||
Returns the event locations.
| |||||||||||
Returns the event original start time.
| |||||||||||
Returns the event participants.
| |||||||||||
Returns the event recurrence.
| |||||||||||
Returns the recurrence exceptions.
| |||||||||||
Returns the event reminders.
| |||||||||||
Returns the event times.
| |||||||||||
Returns the event transparency.
| |||||||||||
Returns the event visibility.
| |||||||||||
Returns whether it has the nested comments feed.
| |||||||||||
Returns whether it has the event status.
| |||||||||||
Returns whether it has the event locations.
| |||||||||||
Returns whether it has the event original start time.
| |||||||||||
Returns whether it has the event participants.
| |||||||||||
Returns whether it has the event recurrence.
| |||||||||||
Returns whether it has the recurrence exceptions.
| |||||||||||
Returns whether it has the event reminders.
| |||||||||||
Returns whether it has the event times.
| |||||||||||
Returns whether it has the event transparency.
| |||||||||||
Returns whether it has the event visibility.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Removes an existing event location.
| |||||||||||
Removes an existing event participant.
| |||||||||||
Removes an existing recurrence exception.
| |||||||||||
Removes an existing event reminder.
| |||||||||||
Removes an existing event time.
| |||||||||||
Sets the nested comments feed.
| |||||||||||
Sets the event status.
| |||||||||||
Sets the event original start time.
| |||||||||||
Sets the event recurrence.
| |||||||||||
Sets the event transparency.
| |||||||||||
Sets the event visibility.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.atom.Entry
| |||||||||||
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
Event kind term value.
Constructs an instance using the default key.
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance.
| sourceEntry | Source entry |
|---|
Subclass constructor, allows subclasses to supply their own element key.
| key |
|---|
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. Will use the given ElementKey as the key
for the element. This constructor is used when adapting from one element
key to another. You cannot call this constructor directly, instead use
createElement(ElementKey, Element).
| key | The key to use for this element. |
|---|---|
| source | Source element |
Adds a new event location.
| location | Event location |
|---|
Adds a new event participant.
| participant | Event participant |
|---|
Adds a new recurrence exception.
| recurrenceException | Recurrence exception |
|---|
Adds a new event reminder.
| reminder | Event reminder |
|---|
Removes all existing event location instances.
Removes all existing event participant instances.
Removes all existing recurrence exception instances.
Removes all existing event reminder instances.
Removes all existing event time instances.
Returns the event original start time.
Returns the recurrence exceptions.
Returns whether it has the nested comments feed.
Returns whether it has the event status.
Returns whether it has the event locations.
Returns whether it has the event original start time.
Returns whether it has the event participants.
Returns whether it has the event recurrence.
Returns whether it has the recurrence exceptions.
Returns whether it has the event reminders.
Returns whether it has the event times.
Returns whether it has the event transparency.
Returns whether it has the event visibility.
Locks this element. A locked element cannot have any changes made to its content or its attributes or child elements. This will also lock all attributes and child elements as well. Once this method has been called, this element can be safely published to other threads.
Registers the metadata for this element.
| registry |
|---|
Removes an existing event location.
| location | Event location |
|---|
Removes an existing event participant.
| participant | Event participant |
|---|
Removes an existing recurrence exception.
| recurrenceException | Recurrence exception |
|---|
Removes an existing event reminder.
| reminder | Event reminder |
|---|
Removes an existing event time.
| time | Event time |
|---|
Sets the nested comments feed.
| comments | Nested comments feed or null to reset |
|---|
Sets the event status.
| eventStatus | Event status or null to reset |
|---|
Sets the event original start time.
| originalEvent | Event original start time or null to reset |
|---|
Sets the event recurrence.
| recurrence | Event recurrence or null to reset |
|---|
Sets the event transparency.
| transparency | Event transparency or null to reset |
|---|
Sets the event visibility.
| visibility | Event visibility or null to reset |
|---|