Class google.gdata.calendar.WebContentGadgetPref
Object
|
+--google.gdata.calendar.WebContentGadgetPref
- class
google.gdata.calendar.WebContentGadgetPref
Describes a single web content gadget preference.
Defined in gdata.js
Field Summary |
{string|undefined} |
name
Name. |
{string|undefined} |
value
Value. |
Constructor Summary |
google.gdata.calendar.WebContentGadgetPref(<Object> opt_params)
Constructs a web content gadget preference using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getName()
Returns the name.
|
string|undefined
|
getValue()
Returns the value.
|
void
|
setName(<string|undefined> name)
Sets the name.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
name
{string|undefined} name
Name. This attribute is required.
value
{string|undefined} value
Value. This attribute is required.
google.gdata.calendar.WebContentGadgetPref
google.gdata.calendar.WebContentGadgetPref(<Object> opt_params)
Constructs a web content gadget preference 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: name and value.
getName
string|undefined getName()
Returns the name. This attribute is required.
Returns:
Name or undefined for none.
getValue
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setName
void setName(<string|undefined> name)
Sets the name. This attribute is required.
Parameters:
name
- Name or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009