| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,When> |
When.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
When |
When.addReminder(Reminder reminder)
Adds a new event reminder.
|
When |
OriginalEvent.getOriginalStartTime()
Returns the original start time.
|
When |
MessageEntry.getTime()
Returns the time period description.
|
When |
When.lock() |
When |
When.setEndTime(DateTime endTime)
Sets the event end time.
|
When |
When.setStartTime(DateTime startTime)
Sets the event start time.
|
When |
When.setValueString(String valueString)
Sets the string description of the event times.
|
| Modifier and Type | Method and Description |
|---|---|
List<When> |
EventEntry.getTimes()
Returns the event times.
|
List<When> |
RecurrenceExceptionEntry.getWhen()
Returns the time period descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
EventEntry |
EventEntry.addTime(When time)
Adds a new event time.
|
RecurrenceExceptionEntry |
RecurrenceExceptionEntry.addWhen(When when)
Adds a new time period description.
|
boolean |
EventEntry.removeTime(When time)
Removes an existing event time.
|
boolean |
RecurrenceExceptionEntry.removeWhen(When when)
Removes an existing time period description.
|
OriginalEvent |
OriginalEvent.setOriginalStartTime(When originalStartTime)
Sets the original start time.
|
MessageEntry |
MessageEntry.setTime(When time)
Sets the time period description.
|
| Constructor and Description |
|---|
When(ElementKey<?,? extends When> key)
Subclass constructor, allows subclasses to supply their own element key.
|
When(ElementKey<?,? extends When> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.