Class google.gdata.blogger.BlogFeed
Object
|
+--google.gdata.atom.Feed
|
+--google.gdata.Feed
|
+--google.gdata.blogger.BlogFeed
- class
google.gdata.blogger.BlogFeed
- extends google.gdata.Feed
Describes a feed of a user's blogs.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Feed |
author, category, contributor, entry, generator, id, link, logo, subtitle, title, updated, xmlns
|
Constructor Summary |
google.gdata.blogger.BlogFeed(<Object> opt_params)
Constructs a blog 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.
|
Object
|
getLinkClass()
Returns the class to use for representing atom:link.
|
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 |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getCategoryClass, getContributors, setContributors, addContributor, getEntries, setEntries, addEntry, getGenerator, setGenerator, getId, setId, getLinks, setLinks, addLink, getLogo, setLogo, getSubTitle, setSubTitle, getTitle, setTitle, getUpdated, setUpdated
|
google.gdata.blogger.BlogFeed
google.gdata.blogger.BlogFeed(<Object> opt_params)
Constructs a blog 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.atom.Entry.
Returns:
Class to use for representing atom:entry
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
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 Wed May 14 17:39:24 2008