Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.blogger.CommentEntry
- class
google.gdata.blogger.CommentEntry
- extends google.gdata.Entry
Describes an entry for a comment on a post.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contributorsClass_, $linksClass_, author, category, content, contributor, id, link, published, rights, summary, title, updated, xmlns
|
Constructor Summary |
google.gdata.blogger.CommentEntry(<Object> opt_params)
Constructs a comment entry using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
google.gdata.blogger.BloggerLink|undefined
|
getHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's
or feed's contents.
|
google.gdata.threading.InReplyTo|undefined
|
getInReplyTo()
Returns the in reply to.
|
google.gdata.blogger.BloggerLink|undefined
|
getRepliesLink()
Returns the link that provides the URI of the web content.
|
void
|
setInReplyTo(<google.gdata.threading.InReplyTo|Object|undefined> inReplyTo)
Sets the in reply to.
|
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
|
$linksClass_
Object $linksClass_
google.gdata.blogger.CommentEntry(<Object> opt_params)
Constructs a comment 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, id, inReplyTo, links, published, title, and updated
getHtmlLink
google.gdata.blogger.BloggerLink|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
getInReplyTo
google.gdata.threading.InReplyTo|undefined getInReplyTo()
Returns the in reply to. This element is optional.
Returns:
In reply to or undefined for none
getRepliesLink
google.gdata.blogger.BloggerLink|undefined getRepliesLink()
Returns the link that provides the URI of the web content.
Returns:
Link that provides the URI of the web content or undefined for none
setInReplyTo
void setInReplyTo(<google.gdata.threading.InReplyTo|Object|undefined> inReplyTo)
Sets the in reply to. This element is optional.
Documentation generated by
JSDoc on Mon Jul 21 17:09:08 2008