| java.lang.Object | |||
| ↳ | com.google.gdata.model.Element | ||
| ↳ | com.google.gdata.model.atom.Entry | ||
| ↳ | com.google.gdata.model.gd.RecurrenceExceptionEntry | ||
Describes an entry used by a recurrence exception entry link.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 time period description.
| |||||||||||
Adds a new place description.
| |||||||||||
Adds a new person description.
| |||||||||||
Removes all existing time period description instances.
| |||||||||||
Removes all existing place description instances.
| |||||||||||
Removes all existing person description instances.
| |||||||||||
Returns the Comments class.
| |||||||||||
Returns the event status.
| |||||||||||
Returns the original event.
| |||||||||||
Returns the event transparency.
| |||||||||||
Returns the event visibility.
| |||||||||||
Returns the time period descriptions.
| |||||||||||
Returns the place descriptions.
| |||||||||||
Returns the person descriptions.
| |||||||||||
Returns whether it has the Comments class.
| |||||||||||
Returns whether it has the event status.
| |||||||||||
Returns whether it has the original event.
| |||||||||||
Returns whether it has the event transparency.
| |||||||||||
Returns whether it has the event visibility.
| |||||||||||
Returns whether it has the time period descriptions.
| |||||||||||
Returns whether it has the place descriptions.
| |||||||||||
Returns whether it has the person descriptions.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Removes an existing time period description.
| |||||||||||
Removes an existing place description.
| |||||||||||
Removes an existing person description.
| |||||||||||
Sets the Comments class.
| |||||||||||
Sets the event status.
| |||||||||||
Sets the original event.
| |||||||||||
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
| |||||||||||
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 time period description.
| when | Time period description |
|---|
Adds a new place description.
| where | Place description |
|---|
Adds a new person description.
| who | Person description |
|---|
Removes all existing time period description instances.
Removes all existing place description instances.
Removes all existing person description instances.
Returns whether it has the Comments class.
Returns whether it has the event status.
Returns whether it has the original event.
Returns whether it has the event transparency.
Returns whether it has the event visibility.
Returns whether it has the time period descriptions.
Returns whether it has the place descriptions.
Returns whether it has the person descriptions.
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 time period description.
| when | Time period description |
|---|
Removes an existing place description.
| where | Place description |
|---|
Removes an existing person description.
| who | Person description |
|---|
Sets the Comments class.
| comments | Comments class or null to reset |
|---|
Sets the event status.
| eventStatus | Event status or null to reset |
|---|
Sets the original event.
| originalEvent | Original event 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 |
|---|