Class google.gdata.contacts.ContactEntry
Object
|
+--google.gdata.contacts.PersonEntry
|
+--google.gdata.contacts.ContactEntry
- class
google.gdata.contacts.ContactEntry
- extends google.gdata.contacts.PersonEntry
Describes a contact entry.
Defined in gdata.js
Constructor Summary |
google.gdata.contacts.ContactEntry(<Object> opt_params)
Constructs a contact entry using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
void
|
addGroupMembershipInfo(<google.gdata.contacts.GroupMembershipInfo|Object> groupMembershipInfo)
Adds a new group membership info.
|
google.gdata.Deleted|undefined
|
getDeleted()
Returns the marker for deleted entries.
|
Array.<google.gdata.contacts.GroupMembershipInfo>
|
getGroupMembershipInfos()
Returns the group membership infos.
|
void
|
setDeleted(<google.gdata.Deleted|Object|undefined> deleted)
Sets the marker for deleted entries.
|
void
|
setGroupMembershipInfos(<Array.<google.gdata.contacts.GroupMembershipInfo>|Array.<Object>|undefined> groupMembershipInfos)
Sets the group membership infos.
|
$deletedClass_
Object $deletedClass_
$groupMembershipInfosClass_
Object $groupMembershipInfosClass_
google.gdata.contacts.ContactEntry
google.gdata.contacts.ContactEntry(<Object> opt_params)
Constructs a contact entry 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: batchId, batchInterrupted, batchOperation, batchStatus, billingInformation, birthday, calendarLinks, categories, content, deleted, directoryServer, edited, emailAddresses, etag, events, extendedProperties, externalIds, gender, groupMembershipInfos, hobbies, id, imAddresses, initials, jots, languages, links, maidenName, mileage, name, nickname, occupation, organizations, phoneNumbers, postalAddresses, priority, relations, sensitivity, shortName, structuredPostalAddresses, subject, title, updated, userDefinedFields, websites, and where.
addGroupMembershipInfo
void addGroupMembershipInfo(<google.gdata.contacts.GroupMembershipInfo|Object> groupMembershipInfo)
Adds a new group membership info.
getDeleted
google.gdata.Deleted|undefined getDeleted()
Returns the marker for deleted entries. This element is optional.
Returns:
Marker for deleted entries or undefined for none.
getGroupMembershipInfos
Array.<google.gdata.contacts.GroupMembershipInfo> getGroupMembershipInfos()
Returns the group membership infos.
setDeleted
void setDeleted(<google.gdata.Deleted|Object|undefined> deleted)
Sets the marker for deleted entries. This element is optional.
Parameters:
deleted
- Marker for deleted entries, or object to use as a parameter to the google.gdata.Deleted constructor, or undefined for none.
setGroupMembershipInfos
void setGroupMembershipInfos(<Array.<google.gdata.contacts.GroupMembershipInfo>|Array.<Object>|undefined> groupMembershipInfos)
Sets the group membership infos.
Parameters:
groupMembershipInfos
- Group membership infos, where each group membership info is added using the addGroupMembershipInfo() function, or undefined to clear the group membership infos.
Documentation generated by
JSDoc on Mon Nov 9 14:24:07 2009