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 Mon Apr 20 21:27:27 2009