Class google.gdata.calendar.QuickAddProperty
Object
|
+--google.gdata.calendar.QuickAddProperty
- class
google.gdata.calendar.QuickAddProperty
Describes whether gd:content is for quick-add processing.
Defined in gdata.js
Field Summary |
{String|undefined} |
value
Whether gd:content is for quick-add processing. |
Constructor Summary |
google.gdata.calendar.QuickAddProperty(<Object> opt_params)
Constructs a quick-add property using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
Boolean|undefined
|
getValue()
Returns whether gd:content is for quick-add processing.
|
void
|
setValue(<Boolean|undefined> value)
Sets whether gd:content is for quick-add processing.
|
value
{String|undefined} value
Whether gd:content is for quick-add processing. This attribute is
required.
google.gdata.calendar.QuickAddProperty
google.gdata.calendar.QuickAddProperty(<Object> opt_params)
Constructs a quick-add 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 whether gd:content is for quick-add processing. This attribute is
required.
Returns:
Whether gd:content is for quick-add processing or undefined for none
setValue
void setValue(<Boolean|undefined> value)
Sets whether gd:content is for quick-add processing. This attribute is
required.
Parameters:
value
- Whether gd:content is for quick-add processing or undefined for none
Documentation generated by
JSDoc on Tue Oct 14 17:57:25 2008