Class google.gdata.RecurrenceException
Object
|
+--google.gdata.RecurrenceException
-
Direct Known Subclasses:
-
google.gdata.calendar.CalendarRecurrenceException
- class
google.gdata.RecurrenceException
Describes an exception to a recurring event.
Defined in gdata.js
Constructor Summary |
google.gdata.RecurrenceException(<Object> opt_params)
Constructs a recurrence exception using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
google.gdata.RecurrenceExceptionEntryLink|undefined
|
getEntryLink()
Returns the nested entry providing the details about the exception.
|
boolean|undefined
|
getSpecialized()
Returns whether the exception is specialized.
|
void
|
setEntryLink(<google.gdata.RecurrenceExceptionEntryLink|Object|undefined> entryLink)
Sets the nested entry providing the details about the exception.
|
void
|
setSpecialized(<boolean|undefined> specialized)
Sets whether the exception is specialized.
|
$entryLinkClass_
Object $entryLinkClass_
specialized
{string|undefined} specialized
Whether the exception is specialized. This attribute is required.
google.gdata.RecurrenceException
google.gdata.RecurrenceException(<Object> opt_params)
Constructs a recurrence exception using an object parameter whose property
names match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: entryLink and specialized.
getEntryLink
google.gdata.RecurrenceExceptionEntryLink|undefined getEntryLink()
Returns the nested entry providing the details about the exception. This
element is required.
Returns:
Nested entry providing the details about the exception or undefined for none.
getSpecialized
boolean|undefined getSpecialized()
Returns whether the exception is specialized. This attribute is required.
Returns:
Whether the exception is specialized or undefined for none.
setEntryLink
void setEntryLink(<google.gdata.RecurrenceExceptionEntryLink|Object|undefined> entryLink)
Sets the nested entry providing the details about the exception. This
element is required.
setSpecialized
void setSpecialized(<boolean|undefined> specialized)
Sets whether the exception is specialized. This attribute is required.
Parameters:
specialized
- Whether the exception is specialized or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009