Class google.gdata.blogger.BloggerLink
Object
|
+--google.gdata.atom.Link
|
+--google.gdata.Link
|
+--google.gdata.blogger.BloggerLink
- class
google.gdata.blogger.BloggerLink
- extends google.gdata.Link
Extends the base Link class with Blogger extensions.
Defined in gdata.js
Field Summary |
<static> <final> {string} |
REL_REPLIES
Link that provides the URI of the web content. |
<static> <final> {string} |
REL_SETTINGS
Link to blog settings feed. |
<static> <final> {string} |
REL_TEMPLATE
Link to blog templates feed. |
Constructor Summary |
google.gdata.blogger.BloggerLink(<Object> opt_params)
Constructs a Blogger Link class using an object parameter whose property
names match the setter method to use for each property.
|
Methods inherited from class google.gdata.atom.Link |
getHref, setHref, getHrefLang, setHrefLang, getLength, setLength, getRel, setRel, getTitle, setTitle, getTitleLang, setTitleLang, getType, setType
|
REL_REPLIES
<static> <final> {string} REL_REPLIES
REL_SETTINGS
<static> <final> {string} REL_SETTINGS
Link to blog settings feed.
REL_TEMPLATE
<static> <final> {string} REL_TEMPLATE
Link to blog templates feed.
google.gdata.blogger.BloggerLink
google.gdata.blogger.BloggerLink(<Object> opt_params)
Constructs a Blogger Link class 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: href, length, rel, title, and type.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009