| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,RecurrenceException> |
RecurrenceException.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrenceException |
RecurrenceException.lock() |
RecurrenceException |
RecurrenceException.setEntryLink(RecurrenceExceptionEntryLink entryLink)
Sets the nested entry providing the details about the exception.
|
RecurrenceException |
RecurrenceException.setSpecialized(Boolean specialized)
Sets the whether the exception is specialized.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecurrenceException> |
EventEntry.getRecurrenceException()
Returns the recurrence exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
EventEntry |
EventEntry.addRecurrenceException(RecurrenceException recurrenceException)
Adds a new recurrence exception.
|
boolean |
EventEntry.removeRecurrenceException(RecurrenceException recurrenceException)
Removes an existing recurrence exception.
|
| Constructor and Description |
|---|
RecurrenceException(ElementKey<?,? extends RecurrenceException> key)
Subclass constructor, allows subclasses to supply their own element key.
|
RecurrenceException(ElementKey<?,? extends RecurrenceException> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.