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 Oct 2 17:38:03 2008