Class google.gdata.contacts.ContactGroupEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.contacts.ContactGroupEntry
- class
google.gdata.contacts.ContactGroupEntry
- extends google.gdata.Entry
Describes a contact group entry.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contentClass_, $contributorsClass_, $idClass_, $linksClass_, $publishedClass_, $rightsClass_, $summaryClass_, $titleClass_, $updatedClass_, author, category, content, contributor, id, link, published, rights, summary, title, updated, xmlns
|
Constructor Summary |
google.gdata.contacts.ContactGroupEntry(<Object> opt_params)
Constructs a contact group entry using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
void
|
addExtendedProperty(<google.gdata.ExtendedProperty|Object> extendedProperty)
Adds a new extended property.
|
google.gdata.Deleted|undefined
|
getDeleted()
Returns the marker for deleted entries.
|
Array.<google.gdata.ExtendedProperty>
|
getExtendedProperties()
Returns the extended properties.
|
google.gdata.contacts.SystemGroup|undefined
|
getSystemGroup()
Returns the system group.
|
void
|
setDeleted(<google.gdata.Deleted|Object|undefined> deleted)
Sets the marker for deleted entries.
|
void
|
setExtendedProperties(<Array.<google.gdata.ExtendedProperty>|Array.<Object>|undefined> extendedProperties)
Sets the extended properties.
|
void
|
setSystemGroup(<google.gdata.contacts.SystemGroup|Object|undefined> systemGroup)
Sets the system group.
|
Methods inherited from class google.gdata.atom.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getRights, setRights, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
$deletedClass_
Object $deletedClass_
$extendedPropertiesClass_
Object $extendedPropertiesClass_
$systemGroupClass_
Object $systemGroupClass_
google.gdata.contacts.ContactGroupEntry
google.gdata.contacts.ContactGroupEntry(<Object> opt_params)
Constructs a contact group 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: categories, content, deleted, edited, extendedProperties, id, links, systemGroup, title, and updated.
addExtendedProperty
void addExtendedProperty(<google.gdata.ExtendedProperty|Object> extendedProperty)
Adds a new extended property.
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.
getExtendedProperties
Array.<google.gdata.ExtendedProperty> getExtendedProperties()
Returns the extended properties.
getSystemGroup
google.gdata.contacts.SystemGroup|undefined getSystemGroup()
Returns the system group. This element is optional.
Returns:
System group or undefined for none.
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.
setExtendedProperties
void setExtendedProperties(<Array.<google.gdata.ExtendedProperty>|Array.<Object>|undefined> extendedProperties)
Sets the extended properties.
Parameters:
extendedProperties
- Extended properties, where each extended property is added using the addExtendedProperty() function, or undefined to clear the extended properties.
setSystemGroup
void setSystemGroup(<google.gdata.contacts.SystemGroup|Object|undefined> systemGroup)
Sets the system group. This element is optional.
Documentation generated by
JSDoc on Wed Dec 10 17:19:28 2008