Class google.gdata.blogger.PostCommentFeed
Object
|
+--google.gdata.atom.Feed
|
+--google.gdata.Feed
|
+--google.gdata.blogger.PostCommentFeed
- class
google.gdata.blogger.PostCommentFeed
- extends google.gdata.Feed
Describes a feed of a blog post's comments.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Feed |
$authorsClass_, $categoriesClass_, $contributorsClass_, $entriesClass_, $generatorClass_, $idClass_, $linksClass_, $logoClass_, $rightsClass_, $subtitleClass_, $titleClass_, $updatedClass_, author, category, contributor, entry, generator, id, link, logo, rights, subtitle, title, updated, xmlns
|
Constructor Summary |
google.gdata.blogger.PostCommentFeed(<Object> opt_params)
Constructs a blog post comment feed using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
Object
|
getEntryClass()
|
Object
|
getLinkClass()
|
google.gdata.blogger.BloggerLink|undefined
|
getNextLink()
Returns the link that provides the URI of next page in a paged feed.
|
google.gdata.blogger.BloggerLink|undefined
|
getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed.
|
Methods inherited from class google.gdata.Feed |
getItemsPerPage, setItemsPerPage, getStartIndex, setStartIndex, getTotalResults, setTotalResults, getEntryPostLink, getFeedLink, getHtmlLink, getSelfLink, getLink, insertEntry, getSelf
|
Methods inherited from class google.gdata.atom.Feed |
getSubTitle, setSubTitle, getCategoryClass, getAuthors, setAuthors, addAuthor, getBase, setBase, getCategories, setCategories, addCategory, getContributors, setContributors, addContributor, getEntries, setEntries, addEntry, getGenerator, setGenerator, getId, setId, getLinks, setLinks, addLink, getLogo, setLogo, getRights, setRights, getSubtitle, setSubtitle, getTitle, setTitle, getUpdated, setUpdated
|
$entriesClass_
Object $entriesClass_
$linksClass_
Object $linksClass_
google.gdata.blogger.PostCommentFeed
google.gdata.blogger.PostCommentFeed(<Object> opt_params)
Constructs a blog post 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, subtitle, title, totalResults, and updated.
getEntryClass
Object getEntryClass()
getLinkClass
Object getLinkClass()
getNextLink
google.gdata.blogger.BloggerLink|undefined getNextLink()
Returns the link that provides the URI of next page in a paged feed.
Returns:
Link that provides the URI of next page in a paged feed or undefined for none.
getPreviousLink
google.gdata.blogger.BloggerLink|undefined getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed.
Returns:
Link that provides the URI of previous page in a paged feed or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009