| 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.extensions.BaseEventEntry<E extends com.google.gdata.data.extensions.BaseEventEntry<E>> | |||
Known Direct Subclasses
|
Customizes the base entry to define an event entry.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BaseEventEntry.EventStatus | Defines the base set of values for event status. | ||||||||||
| BaseEventEntry.Transparency | Defines the base set of values for event transparency. | ||||||||||
| BaseEventEntry.Visibility | Defines the base set of values for event visibility. | ||||||||||
|
[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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new EventEntry with the appropriate kind category
to indicate that it is an event.
| |||||||||||
Constructs a new EventEntry instance by doing a shallow copy of data from
an existing BaseEntry instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new event location.
| |||||||||||
Adds a new recurrence exception.
| |||||||||||
Adds a new event time.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the list of event locations
| |||||||||||
Returns the event original start time.
| |||||||||||
Returns the event recurrence.
| |||||||||||
Returns the list of recurrence exceptions.
| |||||||||||
Returns event reminders.
| |||||||||||
Returns the event status.
| |||||||||||
Returns the list of event times.
| |||||||||||
Returns the event transparency.
| |||||||||||
Returns the event visibility.
| |||||||||||
Sets the event original start time.
| |||||||||||
Sets the event recurrence.
| |||||||||||
Sets the event status.
| |||||||||||
Sets the event transparency.
| |||||||||||
Sets the event visibility.
| |||||||||||
|
[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
| |||||||||||
Constructs a new EventEntry with the appropriate kind category to indicate that it is an event.
Constructs a new EventEntry instance by doing a shallow copy of data from an existing BaseEntry instance.
| sourceEntry | Entry to copy |
|---|
Adds a new recurrence exception.
| exception |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the list of recurrence exceptions.
Sets the event transparency.
| transparency |
|---|