Class google.gdata.contacts.SystemGroup
Object
|
+--google.gdata.contacts.SystemGroup
- class
google.gdata.contacts.SystemGroup
Element that if present marks that a group is a system one.
Defined in gdata.js
Field Summary |
{string|undefined} |
id
Identifier for distinguishing various system groups. |
Constructor Summary |
google.gdata.contacts.SystemGroup(<Object> opt_params)
Constructs a system group using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getId()
Returns the identifier for distinguishing various system groups.
|
void
|
setId(<string|undefined> id)
Sets the identifier for distinguishing various system groups.
|
id
{string|undefined} id
Identifier for distinguishing various system groups. This attribute is
required.
google.gdata.contacts.SystemGroup
google.gdata.contacts.SystemGroup(<Object> opt_params)
Constructs a system group 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: id.
getId
string|undefined getId()
Returns the identifier for distinguishing various system groups. This
attribute is required.
Returns:
Identifier for distinguishing various system groups or undefined for none.
setId
void setId(<string|undefined> id)
Sets the identifier for distinguishing various system groups. This attribute
is required.
Parameters:
id
- Identifier for distinguishing various system groups or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009