| java.lang.Object | ||
| ↳ | com.google.gdata.model.Element | |
| ↳ | com.google.gdata.model.gd.Reminder | |
Describes a reminder on an event.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Reminder.Method | Method. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ABSOLUTE_TIME | Absolute time of the reminder. | ||||||||||
| DAYS | Number of days before the start time. | ||||||||||
| HOURS | Number of hours before the start time. | ||||||||||
| KEY | The key for this element. | ||||||||||
| METHOD | Method. | ||||||||||
| MINUTES | Number of minute before the start times. | ||||||||||
|
[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 absolute time of the reminder.
| |||||||||||
Returns the number of days before the start time.
| |||||||||||
Returns the number of hours before the start time.
| |||||||||||
Returns the method.
| |||||||||||
Returns the number of minute before the start times.
| |||||||||||
Returns whether it has the absolute time of the reminder.
| |||||||||||
Returns whether it has the number of days before the start time.
| |||||||||||
Returns whether it has the number of hours before the start time.
| |||||||||||
Returns whether it has the method.
| |||||||||||
Returns whether it has the number of minute before the start times.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Sets the absolute time of the reminder.
| |||||||||||
Sets the number of days before the start time.
| |||||||||||
Sets the number of hours before the start time.
| |||||||||||
Sets the method.
| |||||||||||
Sets the number of minute before the start times.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
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 |
| obj |
|---|
Returns the absolute time of the reminder.
Returns the number of days before the start time.
Returns the number of hours before the start time.
Returns the method.
Returns the number of minute before the start times.
Returns whether it has the absolute time of the reminder.
Returns whether it has the number of days before the start time.
Returns whether it has the number of hours before the start time.
Returns whether it has the method.
Returns whether it has the number of minute before the start times.
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 absolute time of the reminder.
| absoluteTime | Absolute time of the reminder or null to reset |
|---|
Sets the number of days before the start time.
| days | Number of days before the start time or null to reset |
|---|
Sets the number of hours before the start time.
| hours | Number of hours before the start time or null to reset |
|---|
Sets the method.
| method | Method or null to reset |
|---|
Sets the number of minute before the start times.
| minutes | Number of minute before the start times or null to
reset |
|---|