Class google.gdata.blogger.BlogEntry
Object
|
+--google.gdata.Entry
|
+--google.gdata.blogger.BlogEntry
- class
google.gdata.blogger.BlogEntry
- extends google.gdata.Entry
Describes a blog entry in the feed of a user's blogs.
Defined in gdata.js
Fields inherited from class google.gdata.Entry |
author, category, content, contributor, id, link, published, summary, title, updated, xmlns
|
Constructor Summary |
google.gdata.blogger.BlogEntry(<Object> opt_params)
Constructs a blog entry using an object parameter whose property names match
the setter method to use for each property.
|
Method Summary |
google.gdata.blogger.BloggerLink|Undefined
|
getEntryPostLink()
Returns the entry post link.
|
google.gdata.blogger.BloggerLink|Undefined
|
getFeedLink()
Returns the feed link.
|
google.gdata.blogger.BloggerLink|Undefined
|
getHtmlLink()
Returns the html link.
|
Object
|
getLinkClass()
Returns the class to use for representing atom:link.
|
google.gdata.blogger.BloggerLink|Undefined
|
getRepliesLink()
Returns the replies link.
|
Methods inherited from class google.gdata.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getControl, setControl, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
google.gdata.blogger.BlogEntry
google.gdata.blogger.BlogEntry(<Object> opt_params)
Constructs a blog 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, categories, content, id, links, published, summary, title, and updated
getEntryPostLink
google.gdata.blogger.BloggerLink|Undefined getEntryPostLink()
Returns the entry post link.
Returns:
Entry post link or undefined for none
getFeedLink
google.gdata.blogger.BloggerLink|Undefined getFeedLink()
Returns:
Feed link or undefined for none
getHtmlLink
google.gdata.blogger.BloggerLink|Undefined getHtmlLink()
Returns:
Html link or undefined for none
getLinkClass
Object 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
getRepliesLink
google.gdata.blogger.BloggerLink|Undefined getRepliesLink()
Returns the replies link.
Returns:
Replies link or undefined for none
Documentation generated by
JSDoc on Thu Oct 18 16:10:01 2007