Object
|
+--google.gdata.contacts.GroupMembershipInfo
- class
google.gdata.contacts.GroupMembershipInfo
Denotes contact's group membership.
Defined in gdata.js
Field Summary |
{string|undefined} |
deleted
Whether the contact was removed from the group. |
{string|undefined} |
href
URI of the group. |
Constructor Summary |
google.gdata.contacts.GroupMembershipInfo(<Object> opt_params)
Constructs a group membership info using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
boolean|undefined
|
getDeleted()
Returns whether the contact was removed from the group.
|
string|undefined
|
getHref()
Returns the URI of the group.
|
void
|
setDeleted(<boolean|undefined> deleted)
Sets whether the contact was removed from the group.
|
void
|
setHref(<string|undefined> href)
Sets the URI of the group.
|
deleted
{string|undefined} deleted
Whether the contact was removed from the group. This attribute is
optional.
href
{string|undefined} href
URI of the group. This attribute is required.
google.gdata.contacts.GroupMembershipInfo(<Object> opt_params)
Constructs a group membership info 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: deleted and href.
getDeleted
boolean|undefined getDeleted()
Returns whether the contact was removed from the group. This attribute is
optional.
Returns:
Whether the contact was removed from the group or undefined for none.
getHref
string|undefined getHref()
Returns the URI of the group. This attribute is required.
Returns:
URI of the group or undefined for none.
setDeleted
void setDeleted(<boolean|undefined> deleted)
Sets whether the contact was removed from the group. This attribute is
optional.
Parameters:
deleted
- Whether the contact was removed from the group or undefined for none.
setHref
void setHref(<string|undefined> href)
Sets the URI of the group. This attribute is required.
Parameters:
href
- URI of the group or undefined for none.
Documentation generated by
JSDoc on Thu May 21 13:07:57 2009