Class google.gdata.blogger.BlogPostEntry
Object
|
+--google.gdata.Entry
|
+--google.gdata.blogger.BlogPostEntry
- class
google.gdata.blogger.BlogPostEntry
- extends google.gdata.Entry
Describes a blog post entry in the feed of a blog's posts.
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.BlogPostEntry(<Object> opt_params)
Constructs a blog post 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
|
getRepliesHtmlLink()
Returns the replies html 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.BlogPostEntry
google.gdata.blogger.BlogPostEntry(<Object> opt_params)
Constructs a blog post 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, control, id, links, published, 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
getRepliesHtmlLink
google.gdata.blogger.BloggerLink|Undefined getRepliesHtmlLink()
Returns the replies html link.
Returns:
Replies html link or undefined for none
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