Class google.gdata.blogger.PostCommentEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.blogger.PostCommentEntry
- class
google.gdata.blogger.PostCommentEntry
- extends google.gdata.Entry
Describes a blog post comment entry in the feed of a blog post's
comments.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Entry |
author, category, content, contributor, id, link, published, summary, title, updated, xmlns
|
Constructor Summary |
google.gdata.blogger.PostCommentEntry(<Object> opt_params)
Constructs a blog post 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.
|
Object
|
getLinkClass()
Returns the class to use for representing atom:link.
|
google.gdata.blogger.BloggerLink|undefined
|
getRepliesLink()
Returns the link that provides the URI of the web content.
|
Methods inherited from class google.gdata.Entry |
getControl, setControl, getControlClass, getEdited, setEdited, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
Methods inherited from class google.gdata.atom.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getCategoryClass, getContent, setContent, getContributors, setContributors, addContributor, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
google.gdata.blogger.PostCommentEntry
google.gdata.blogger.PostCommentEntry(<Object> opt_params)
Constructs a blog post 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, 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
getLinkClass
Object getLinkClass()
Returns the class to use for representing atom:link. Override to use an
extension of google.gdata.atom.Link.
Returns:
Class to use for representing atom:link
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
Documentation generated by
JSDoc on Wed May 14 17:39:24 2008