Class google.gdata.gbase.ItemsFeed
Object
|
+--google.gdata.atom.Feed
|
+--google.gdata.Feed
|
+--google.gdata.gbase.ItemsFeed
- class
google.gdata.gbase.ItemsFeed
- extends google.gdata.Feed
Describes a feed of a user's private items.
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.gbase.ItemsFeed(<Object> opt_params)
Constructs a Google Base item feed using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
Object|undefined
|
getAttribute(<string> name)
Returns the attribute.
|
Array.<google.gdata.gbase.Attribute>
|
getAttributes()
Returns the attributes.
|
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.
|
void
|
setAttribute(<string> name, <google.gdata.gbase.Attribute|Object|undefined> attribute)
Sets the attribute.
|
void
|
setAttributes(<Object|undefined> attributes)
Sets the attributes.
|
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.gbase.ItemsFeed
google.gdata.gbase.ItemsFeed(<Object> opt_params)
Constructs a Google Base item 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: attributes, authors, categories, entries, generator, id, itemsPerPage, links, startIndex, title, totalResults, and updated.
getAttribute
Object|undefined getAttribute(<string> name)
Parameters:
name
- Name of attribute.
getAttributes
Array.<google.gdata.gbase.Attribute> getAttributes()
Returns the attributes. The returned object is a map from attribute name to
the associated google.gdata.gbase.Attribute class.
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.
setAttribute
void setAttribute(<string> name, <google.gdata.gbase.Attribute|Object|undefined> attribute)
Parameters:
name
- name of attribute.
setAttributes
void setAttributes(<Object|undefined> attributes)
Sets the attributes. The parameter is a map from attribute name to the
associated google.gdata.gbase.Attribute class.
Parameters:
attributes
- Attributes, where each attribute is added using the setAttribute() function, or undefined to clear the attributes.
Documentation generated by
JSDoc on Mon Mar 30 15:50:55 2009