| java.lang.Object | ||
| ↳ | com.google.gdata.model.Element | |
| ↳ | com.google.gdata.model.gd.OriginalEvent | |
Describes a link to a recurring event.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| HREF | URL of the original recurring event entry. | ||||||||||
| KEY | The key for this element. | ||||||||||
| ORIGINAL_ID | Event ID of the original recurring event entry. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an instance using the default key.
| |||||||||||
| 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
Element instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the URL of the original recurring event entry.
| |||||||||||
Returns the event ID of the original recurring event entry.
| |||||||||||
Returns the original start time.
| |||||||||||
Returns whether it has the URL of the original recurring event entry.
| |||||||||||
Returns whether it has the event ID of the original recurring event entry.
| |||||||||||
Returns whether it has the original start time.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Sets the URL of the original recurring event entry.
| |||||||||||
Sets the event ID of the original recurring event entry.
| |||||||||||
Sets the original start time.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
Event ID of the original recurring event entry.
Constructs an instance using the default key.
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
Element 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 |
Returns the URL of the original recurring event entry.
Returns the event ID of the original recurring event entry.
Returns whether it has the URL of the original recurring event entry.
Returns whether it has the event ID of the original recurring event entry.
Returns whether it has the original start time.
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 |
|---|
Sets the URL of the original recurring event entry.
| href | URL of the original recurring event entry or null to
reset |
|---|
Sets the event ID of the original recurring event entry.
| originalId | Event ID of the original recurring event entry or null to reset |
|---|
Sets the original start time.
| originalStartTime | Original start time or null to reset |
|---|