Class google.gdata.gbase.ItemTypesEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.gbase.ItemTypesEntry
- class
google.gdata.gbase.ItemTypesEntry
- extends google.gdata.Entry
Describes an entry in the feed of public item types.
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.ItemTypesEntry(<Object> opt_params)
Constructs a Google Base item type entry using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
google.gdata.gbase.GmAttributes|undefined
|
getAttributes()
Returns the gm attributes.
|
google.gdata.gbase.GmItemType|undefined
|
getItemType()
Returns the item type as defined in /itemtypes feed.
|
google.gdata.atom.Link|undefined
|
getRelatedLink()
Returns the link that provides the URI of a related link to the entry.
|
void
|
setAttributes(<google.gdata.gbase.GmAttributes|Object|undefined> attributes)
Sets the gm attributes.
|
void
|
setItemType(<google.gdata.gbase.GmItemType|Object|undefined> itemType)
Sets the item type as defined in /itemtypes feed.
|
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
|
$attributesClass_
Object $attributesClass_
$itemTypeClass_
Object $itemTypeClass_
google.gdata.gbase.ItemTypesEntry
google.gdata.gbase.ItemTypesEntry(<Object> opt_params)
Constructs a Google Base item type 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, itemType, links, title, and updated.
getAttributes
google.gdata.gbase.GmAttributes|undefined getAttributes()
Returns the gm attributes. This element is optional.
Returns:
Gm attributes or undefined for none.
getItemType
google.gdata.gbase.GmItemType|undefined getItemType()
Returns the item type as defined in /itemtypes feed. This element is
required.
Returns:
Item type as defined in /itemtypes feed or undefined for none.
google.gdata.atom.Link|undefined getRelatedLink()
Returns the link that provides the URI of a related link to the entry.
Returns:
Link that provides the URI of a related link to the entry or undefined for none.
setAttributes
void setAttributes(<google.gdata.gbase.GmAttributes|Object|undefined> attributes)
Sets the gm attributes. This element is optional.
setItemType
void setItemType(<google.gdata.gbase.GmItemType|Object|undefined> itemType)
Sets the item type as defined in /itemtypes feed. This element is required.
Parameters:
itemType
- Item type as defined in /itemtypes feed, or object to use as a parameter to the google.gdata.gbase.GmItemType constructor, or undefined for none.
Documentation generated by
JSDoc on Thu May 21 13:07:57 2009