Class google.gdata.blogger.PostEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.blogger.PostEntry
- class
google.gdata.blogger.PostEntry
- extends google.gdata.Entry
Describes a blog post entry.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contributorsClass_, $linksClass_, author, category, content, contributor, id, link, published, rights, summary, title, updated, xmlns
|
Constructor Summary |
google.gdata.blogger.PostEntry(<Object> opt_params)
Constructs a 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 link that provides the URI that can be used to post new entries
to the feed.
|
google.gdata.blogger.BloggerLink|undefined
|
getFeedLink()
Returns the link that provides the URI of the full feed (without any query
parameters).
|
google.gdata.blogger.BloggerLink|undefined
|
getHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's
or feed's contents.
|
google.gdata.blogger.BloggerLink|undefined
|
getRepliesHtmlLink()
Returns the link that provides the URI of the web content.
|
google.gdata.blogger.BloggerLink|undefined
|
getRepliesLink()
Returns the link that provides the URI of the web content.
|
Methods inherited from class google.gdata.atom.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getRights, setRights, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
$linksClass_
Object $linksClass_
google.gdata.blogger.PostEntry
google.gdata.blogger.PostEntry(<Object> opt_params)
Constructs a 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, content, control, edited, id, links, published, title, and updated
getEntryPostLink
google.gdata.blogger.BloggerLink|undefined getEntryPostLink()
Returns the link that provides the URI that can be used to post new entries
to the feed.
Returns:
Link that provides the URI that can be used to post new entries to the feed or undefined for none
getFeedLink
google.gdata.blogger.BloggerLink|undefined getFeedLink()
Returns the link that provides the URI of the full feed (without any query
parameters).
Returns:
Link that provides the URI of the full feed (without any query parameters) or undefined for none
getHtmlLink
google.gdata.blogger.BloggerLink|undefined getHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's
or feed's contents.
Returns:
Link that provides the URI of an alternate format of the entry's or feed's contents or undefined for none
getRepliesHtmlLink
google.gdata.blogger.BloggerLink|undefined getRepliesHtmlLink()
Returns the link that provides the URI of the web content.
Returns:
Link that provides the URI of the web content or undefined for none
getRepliesLink
google.gdata.blogger.BloggerLink|undefined getRepliesLink()
Returns the link that provides the URI of the web content.
Returns:
Link that provides the URI of the web content or undefined for none
Documentation generated by
JSDoc on Mon Jun 30 17:22:45 2008