Class google.gdata.blogger.BlogEntry
Object
|
+--google.gdata.atom.Entry
|
+--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.atom.Entry |
$authorsClass_, $categoriesClass_, $contentClass_, $contributorsClass_, $idClass_, $linksClass_, $publishedClass_, $rightsClass_, $summaryClass_, $titleClass_, $updatedClass_, author, category, content, contributor, id, link, published, rights, 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 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
|
getRepliesLink()
Returns the link that provides the URI of the web content.
|
google.gdata.blogger.BloggerLink|undefined
|
getSettingsLink()
Returns the link to blog settings feed.
|
google.gdata.blogger.BloggerLink|undefined
|
getTemplateLink()
Returns the link to blog templates feed.
|
Methods inherited from class google.gdata.Entry |
getControl, setControl, getEdited, setEdited, getEtag, setEtag, getKind, setKind, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
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.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, edited, etag, id, links, published, summary, 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.
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.
getSettingsLink
google.gdata.blogger.BloggerLink|undefined getSettingsLink()
Returns the link to blog settings feed.
Returns:
Link to blog settings feed or undefined for none.
getTemplateLink
google.gdata.blogger.BloggerLink|undefined getTemplateLink()
Returns the link to blog templates feed.
Returns:
Link to blog templates feed or undefined for none.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009