Class google.gdata.sidewiki.SidewikiEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.sidewiki.SidewikiEntry
- class
google.gdata.sidewiki.SidewikiEntry
- extends google.gdata.Entry
Describes a Sidewiki entry in the feed of Sidewiki entries.
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.sidewiki.SidewikiEntry(<Object> opt_params)
Constructs a sidewiki entry using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
google.gdata.sidewiki.Source|undefined
|
getEntrySource()
Returns the Sidewiki entry source.
|
google.gdata.sidewiki.SidewikiLink|undefined
|
getHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's
or feed's contents.
|
google.gdata.Rating|undefined
|
getRating()
Returns the Entry ratings given by all users and by the user issued the
request.
|
google.gdata.ResourceId|undefined
|
getResourceId()
Returns the Sidewiki author id.
|
void
|
setEntrySource(<google.gdata.sidewiki.Source|Object|undefined> entrySource)
Sets the Sidewiki entry source.
|
void
|
setRating(<google.gdata.Rating|Object|undefined> rating)
Sets the Entry ratings given by all users and by the user issued the request.
|
void
|
setResourceId(<google.gdata.ResourceId|Object|undefined> resourceId)
Sets the Sidewiki author id.
|
Methods inherited from class google.gdata.Entry |
getControl, setControl, getEdited, setEdited, getEtag, setEtag, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
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
|
$authorsClass_
Object $authorsClass_
$entrySourceClass_
Object $entrySourceClass_
$linksClass_
Object $linksClass_
$ratingClass_
Object $ratingClass_
$resourceIdClass_
Object $resourceIdClass_
google.gdata.sidewiki.SidewikiEntry
google.gdata.sidewiki.SidewikiEntry(<Object> opt_params)
Constructs a sidewiki 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: authors, content, edited, entrySource, etag, id, links, published, rating, resourceId, title, and updated.
getEntrySource
google.gdata.sidewiki.Source|undefined getEntrySource()
Returns the Sidewiki entry source. This element is optional.
Returns:
Sidewiki entry source or undefined for none.
getHtmlLink
google.gdata.sidewiki.SidewikiLink|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.
getRating
google.gdata.Rating|undefined getRating()
Returns the Entry ratings given by all users and by the user issued the
request. This element is optional.
Returns:
Entry ratings given by all users and by the user issued the request or undefined for none.
getResourceId
google.gdata.ResourceId|undefined getResourceId()
Returns the Sidewiki author id. This element is required.
Returns:
Sidewiki author id or undefined for none.
setEntrySource
void setEntrySource(<google.gdata.sidewiki.Source|Object|undefined> entrySource)
Sets the Sidewiki entry source. This element is optional.
Parameters:
entrySource
- Sidewiki entry source, or object to use as a parameter to the google.gdata.sidewiki.Source constructor, or undefined for none.
setRating
void setRating(<google.gdata.Rating|Object|undefined> rating)
Sets the Entry ratings given by all users and by the user issued the request.
This element is optional.
Parameters:
rating
- Entry ratings given by all users and by the user issued the request, or object to use as a parameter to the google.gdata.Rating constructor, or undefined for none.
setResourceId
void setResourceId(<google.gdata.ResourceId|Object|undefined> resourceId)
Sets the Sidewiki author id. This element is required.
Parameters:
resourceId
- Sidewiki author id, or object to use as a parameter to the google.gdata.ResourceId constructor, or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009