Class google.gdata.gbase.GmAttributes
Object
|
+--google.gdata.gbase.GmAttributes
- class
google.gdata.gbase.GmAttributes
Describes a gm attributes.
Defined in gdata.js
Constructor Summary |
google.gdata.gbase.GmAttributes(<Object> opt_params)
Constructs a gm attributes using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
void
|
addAttribute(<google.gdata.gbase.GmAttribute|Object> attribute)
Adds a new list of attribute for an item type.
|
Array.<google.gdata.gbase.GmAttribute>
|
getAttributes()
Returns the list of attribute for an item types.
|
void
|
setAttributes(<Array.<google.gdata.gbase.GmAttribute>|Array.<Object>|undefined> attributes)
Sets the list of attribute for an item types.
|
$attributesClass_
Object $attributesClass_
google.gdata.gbase.GmAttributes
google.gdata.gbase.GmAttributes(<Object> opt_params)
Constructs a gm attributes 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: attributes.
addAttribute
void addAttribute(<google.gdata.gbase.GmAttribute|Object> attribute)
Adds a new list of attribute for an item type.
getAttributes
Array.<google.gdata.gbase.GmAttribute> getAttributes()
Returns the list of attribute for an item types.
Returns:
List of attribute for an item types.
setAttributes
void setAttributes(<Array.<google.gdata.gbase.GmAttribute>|Array.<Object>|undefined> attributes)
Sets the list of attribute for an item types.
Parameters:
attributes
- List of attribute for an item types, where each list of attribute for an item type is added using the addAttribute() function, or undefined to clear the list of attribute for an item types.
Documentation generated by
JSDoc on Thu May 21 13:07:57 2009