Class google.gdata.contacts.ContactGroupFeed
Object
|
+--google.gdata.atom.Feed
|
+--google.gdata.Feed
|
+--google.gdata.contacts.ContactGroupFeed
- class
google.gdata.contacts.ContactGroupFeed
- extends google.gdata.Feed
Describes a contact group feed.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Feed |
$authorsClass_, $categoriesClass_, $contributorsClass_, $entriesClass_, $generatorClass_, $idClass_, $linksClass_, $logoClass_, $rightsClass_, $subtitleClass_, $titleClass_, $updatedClass_, author, category, contributor, entry, generator, id, link, logo, rights, subtitle, title, updated, xmlns
|
Constructor Summary |
google.gdata.contacts.ContactGroupFeed(<Object> opt_params)
Constructs a contact group feed using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
google.gdata.Link|undefined
|
getFeedBatchLink()
Returns the link that provides the URI that can be used to batch operations
to query, insert, update and delete entries on this feed.
|
google.gdata.atom.Link|undefined
|
getNextLink()
Returns the link that provides the URI of next page in a paged feed.
|
google.gdata.atom.Link|undefined
|
getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed.
|
Methods inherited from class google.gdata.Feed |
getItemsPerPage, setItemsPerPage, getStartIndex, setStartIndex, getTotalResults, setTotalResults, getEntryPostLink, getFeedLink, getHtmlLink, getSelfLink, getLink, insertEntry, getSelf, getEntryClass
|
Methods inherited from class google.gdata.atom.Feed |
getSubTitle, setSubTitle, getCategoryClass, getLinkClass, getAuthors, setAuthors, addAuthor, getBase, setBase, getCategories, setCategories, addCategory, getContributors, setContributors, addContributor, getEntries, setEntries, addEntry, getGenerator, setGenerator, getId, setId, getLinks, setLinks, addLink, getLogo, setLogo, getRights, setRights, getSubtitle, setSubtitle, getTitle, setTitle, getUpdated, setUpdated
|
$entriesClass_
Object $entriesClass_
google.gdata.contacts.ContactGroupFeed
google.gdata.contacts.ContactGroupFeed(<Object> opt_params)
Constructs a contact group feed 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: authors, categories, entries, generator, id, itemsPerPage, links, startIndex, title, totalResults, and updated.
getFeedBatchLink
google.gdata.Link|undefined getFeedBatchLink()
Returns the link that provides the URI that can be used to batch operations
to query, insert, update and delete entries on this feed.
Returns:
Link that provides the URI that can be used to batch operations to query, insert, update and delete entries on this feed or undefined for none.
getNextLink
google.gdata.atom.Link|undefined getNextLink()
Returns the link that provides the URI of next page in a paged feed.
Returns:
Link that provides the URI of next page in a paged feed or undefined for none.
getPreviousLink
google.gdata.atom.Link|undefined getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed.
Returns:
Link that provides the URI of previous page in a paged feed or undefined for none.
Documentation generated by
JSDoc on Thu May 21 13:07:57 2009