| java.lang.Object | ||
| ↳ | com.google.gdata.model.Element | |
| ↳ | com.google.gdata.model.gd.FeedLink | |
Describes a nested feed link.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| COUNT_HINT | Qualified name of hint at the number of entries in the feed attribute. | ||||||||||
| HREF | Qualified name of feed URI attribute. | ||||||||||
| KEY | The key for this element. | ||||||||||
| READ_ONLY | Qualified name of whether the contained feed is read-only attribute. | ||||||||||
| REL | Qualified name of feed relation type attribute. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Lets subclasses create an instance using a custom key.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the hint at the number of entries in the feed.
| |||||||||||
Returns the nested feed.
| |||||||||||
Returns the feed URI.
| |||||||||||
Returns the whether the contained feed is read-only.
| |||||||||||
Returns the feed relation type.
| |||||||||||
Returns the mime type of the link.
| |||||||||||
Returns whether it has the hint at the number of entries in the feed.
| |||||||||||
Returns whether it has the nested feed.
| |||||||||||
Returns whether it has the feed URI.
| |||||||||||
Returns whether it has the whether the contained feed is read-only.
| |||||||||||
Returns whether it has the feed relation type.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Sets the hint at the number of entries in the feed.
| |||||||||||
Sets the nested feed.
| |||||||||||
Sets the feed URI.
| |||||||||||
Sets the whether the contained feed is read-only.
| |||||||||||
Sets the feed relation type.
| |||||||||||
Sets the mime type of the link.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.ILink
| |||||||||||
From interface
com.google.gdata.data.Reference
| |||||||||||
Qualified name of hint at the number of entries in the feed attribute.
Qualified name of whether the contained feed is read-only attribute.
Default mutable constructor.
Lets subclasses create an instance using a custom key.
| key |
|---|
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. Will use the given ElementKey as
the key for the element.
| key | Element key to use for this element. |
|---|---|
| source | Source element |
Returns the hint at the number of entries in the feed.
Returns the feed URI.
Returns the whether the contained feed is read-only.
Returns the feed relation type.
Returns the mime type of the link.
Returns whether it has the hint at the number of entries in the feed.
Returns whether it has the nested feed.
Returns whether it has the feed URI.
Returns whether it has the whether the contained feed is read-only.
Returns whether it has the feed relation type.
Registers the metadata for this element.
| registry |
|---|
Sets the hint at the number of entries in the feed.
| countHint | Hint at the number of entries in the feed or
null to reset
|
|---|
Sets the feed URI.
| href | Feed URI or null to reset
|
|---|
Sets the whether the contained feed is read-only.
| readOnly | Whether the contained feed is read-only or
null to reset
|
|---|
Sets the feed relation type.
| rel | Feed relation type or null to reset
|
|---|
Sets the mime type of the link.
| type |
|---|