Class google.gdata.gbase.SnippetsEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.gbase.SnippetsEntry
- class
google.gdata.gbase.SnippetsEntry
- extends google.gdata.Entry
Describes an entry in the feed of snippets of public items.
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.gbase.SnippetsEntry(<Object> opt_params)
Constructs a Google Base snippet entry 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.atom.Link|undefined
|
getHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's
or feed's contents.
|
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.Entry |
getControl, setControl, getEdited, setEdited, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry, getControlClass
|
Methods inherited from class google.gdata.atom.Entry |
getCategoryClass, getLinkClass, 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
|
google.gdata.gbase.SnippetsEntry
google.gdata.gbase.SnippetsEntry(<Object> opt_params)
Constructs a Google Base snippet 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: attributes, authors, categories, content, id, links, published, title, 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.
getHtmlLink
google.gdata.atom.Link|undefined getHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's
or feed's contents.
Returns:
Link that provides the URI of an alternate format of the entry's or feed's contents 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 Apr 20 21:27:27 2009