Class google.gdata.calendar.SyncEventProperty
Object
|
+--google.gdata.calendar.SyncEventProperty
- class
google.gdata.calendar.SyncEventProperty
Describes whether this is a sync scenario where the Ical UID and
Sequence number are honored during inserts and updates.
Defined in gdata.js
Field Summary |
String|Undefined |
value
Value. |
Constructor Summary |
google.gdata.calendar.SyncEventProperty(<Object> opt_params)
Constructs a sync event property using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
Boolean|Undefined
|
getValue()
Returns value.
|
void
|
setValue(<Boolean|Undefined> value)
Sets value.
|
value
String|Undefined value
Value. This attribute is required.
google.gdata.calendar.SyncEventProperty
google.gdata.calendar.SyncEventProperty(<Object> opt_params)
Constructs a sync event property 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: value
getValue
Boolean|Undefined getValue()
Returns value. This attribute is required.
Returns:
Value or undefined for none
setValue
void setValue(<Boolean|Undefined> value)
Sets value. This attribute is required.
Parameters:
value
- Value or undefined for none
Documentation generated by
JSDoc on Fri Sep 14 16:32:36 2007