Object
|
+--google.gdata.Feed
|
+--google.gdata.blogger.BlogCommentFeed
- class
google.gdata.blogger.BlogCommentFeed
- extends google.gdata.Feed
Describes a feed of a blog's comments.
Defined in gdata.js
Fields inherited from class google.gdata.Feed |
author, category, contributor, entry, generator, id, link, subtitle, title, updated, xmlns
|
Constructor Summary |
google.gdata.blogger.BlogCommentFeed(<Object> opt_params)
Constructs a blog comment feed using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
Object
|
getEntryClass()
Returns the class to use for representing atom:entry.
|
Function
|
getLinkClass()
Returns the class to use for representing atom:link.
|
google.gdata.blogger.BloggerLink|Undefined
|
getNextLink()
Returns the next link.
|
google.gdata.blogger.BloggerLink|Undefined
|
getPreviousLink()
Returns the previous link.
|
Methods inherited from class google.gdata.Feed |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContributors, setContributors, addContributor, getEntries, setEntries, addEntry, getGenerator, setGenerator, getId, setId, getItemsPerPage, setItemsPerPage, getLinks, setLinks, addLink, getStartIndex, setStartIndex, getSubTitle, setSubTitle, getTitle, setTitle, getTotalResults, setTotalResults, getUpdated, setUpdated, getEntryPostLink, getFeedLink, getHtmlLink, getSelfLink, getLink, insertEntry, getSelf
|
google.gdata.blogger.BlogCommentFeed(<Object> opt_params)
Constructs a blog comment feed 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, entries, generator, id, itemsPerPage, links, startIndex, title, totalResults, and updated
getEntryClass
Object getEntryClass()
Returns the class to use for representing atom:entry. Override to use an
extension of google.gdata.Entry.
Returns:
Class to use for representing atom:entry
getLinkClass
Function getLinkClass()
Returns the class to use for representing atom:link. Override to use an
extension of google.gdata.Link.
Returns:
Class to use for representing atom:link
getNextLink
google.gdata.blogger.BloggerLink|Undefined getNextLink()
Returns:
Next link or undefined for none
getPreviousLink
google.gdata.blogger.BloggerLink|Undefined getPreviousLink()
Returns the previous link.
Returns:
Previous link or undefined for none
Documentation generated by
JSDoc on Thu Oct 18 16:10:01 2007