|
GData JavaScript Client 1.1 | ||||||||
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 | |
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. |
Object
|
getFeedClass()
Returns the class to use for representing atom: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 |
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()
Object getFeedClass()
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.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |