|
GData JavaScript Client 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.FeedLink
Describes a nested feed link.
Defined in gdata.js
Field Summary | |
Object |
$feedClass_
|
{string|undefined} |
countHint
Hint at the number of entries in the feed. |
{google.gdata.Feed|undefined} |
feed
Nested feed. |
{string|undefined} |
href
Feed URI. |
{string|undefined} |
readOnly
Whether the contained feed is read-only. |
{string|undefined} |
rel
Feed relation type. |
Constructor Summary | |
google.gdata.FeedLink(<Object> opt_params)
Constructs a nested feed link using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
number|undefined
|
getCountHint()
Returns the hint at the number of entries in the feed. |
google.gdata.Feed|undefined
|
getFeed()
Returns the nested feed. |
string|undefined
|
getHref()
Returns the feed URI. |
boolean|undefined
|
getReadOnly()
Returns whether the contained feed is read-only. |
string|undefined
|
getRel()
Returns the feed relation type. |
void
|
setCountHint(<number|undefined> countHint)
Sets the hint at the number of entries in the feed. |
void
|
setFeed(<google.gdata.Feed|Object|undefined> feed)
Sets the nested feed. |
void
|
setHref(<string|undefined> href)
Sets the feed URI. |
void
|
setReadOnly(<boolean|undefined> readOnly)
Sets whether the contained feed is read-only. |
void
|
setRel(<string|undefined> rel)
Sets the feed relation type. |
Field Detail |
Object $feedClass_
{string|undefined} countHint
{google.gdata.Feed|undefined} feed
{string|undefined} href
{string|undefined} readOnly
{string|undefined} rel
Constructor Detail |
google.gdata.FeedLink(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: countHint, feed, href, readOnly, and rel.
Method Detail |
number|undefined getCountHint()
google.gdata.Feed|undefined getFeed()
string|undefined getHref()
boolean|undefined getReadOnly()
string|undefined getRel()
void setCountHint(<number|undefined> countHint)
countHint
- Hint at the number of entries in the feed or undefined for none.
void setFeed(<google.gdata.Feed|Object|undefined> feed)
feed
- Nested feed, or object to use as a parameter to the google.gdata.Feed constructor, or undefined for none.
void setHref(<string|undefined> href)
href
- Feed URI or undefined for none.
void setReadOnly(<boolean|undefined> readOnly)
readOnly
- Whether the contained feed is read-only or undefined for none.
void setRel(<string|undefined> rel)
rel
- Feed relation type or undefined for none.
|
GData JavaScript Client 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |