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
Field Summary |
String|Undefined |
specialized
Whether the exception is specialized. |
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.
|
Object
|
getRecurrenceExceptionEntryLinkClass()
Returns the class to use for representing gd:entryLink.
|
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.
|
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
getRecurrenceExceptionEntryLinkClass
Object getRecurrenceExceptionEntryLinkClass()
Returns the class to use for representing gd:entryLink. Override to use an
extension of google.gdata.RecurrenceExceptionEntryLink.
Returns:
Class to use for representing gd:entryLink
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 Thu Oct 18 16:10:01 2007