| com.google.gdata.data.IFeed |
Known Indirect Subclasses
AbPageVariationFeed,
AccountFeed,
AclFeed,
ActivityFeed,
AlbumFeed,
ArchiveFeed,
AttendeeFeed,
BaseEventFeed<F extends BaseEventFeed<F, E extends BaseEventEntry<E>>, E>,
BaseFeed<F extends BaseFeed, E extends BaseEntry>,
BaseHealthFeed<F extends BaseHealthFeed, E extends BaseHealthEntry>,
BlogCommentFeed,
BlogFeed,
BlogPostFeed,
CalendarEventFeed,
CalendarFeed,
and
74 others.
|
Shared interface for model and data BaseFeed to implement.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new entry of the appropriate type for this feed.
| |||||||||||
Returns true if this feed accepts entries POSTed to it.
| |||||||||||
Returns a list of entries for this feed.
| |||||||||||
Returns the entry post link for the feed.
| |||||||||||
Returns the link that provides the URI that can be used to batch operations
to query, insert, update and delete entries on this feed.
| |||||||||||
Returns the atom:generator element on this feed.
| |||||||||||
Gets the number of items that will be returned per page for paged feeds.
| |||||||||||
Returns the value of the atom:logo element.
| |||||||||||
Returns the link that provides the URI of next page in a paged feed.
| |||||||||||
Returns the link that provides the URI of previous page in a paged feed.
| |||||||||||
Gets the starting index of the contained entries for paged feeds.
| |||||||||||
Returns the atom:subtitle element of this feed.
| |||||||||||
Gets the total number of results associated with this feed.
| |||||||||||
Sets whether this feed accepts entries POSTed to it.
| |||||||||||
Sets the atom:generator element on this feed.
| |||||||||||
Sets the number of items that will be returned per page for paged feeds.
| |||||||||||
Sets the value of the logo field on this feed.
| |||||||||||
Sets the starting index of the contained entries for paged feeds.
| |||||||||||
Sets the total number of results associated with this feed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.gdata.data.IAtom
| |||||||||||
Returns true if this feed accepts entries POSTed to it.
Returns a list of entries for this feed. The actual type of this list will depend on the data model used for the Feed.
Returns the link that provides the URI that can be used to batch operations to query, insert, update and delete entries on this feed.
null
for none.
Gets the number of items that will be returned per page for paged feeds.
A value of UNDEFINED indicates the page item count is
undefined.
Returns the value of the atom:logo element.
Returns the link that provides the URI of next page in a paged feed.
null for none.
Returns the link that provides the URI of previous page in a paged feed.
null for none.
Gets the starting index of the contained entries for paged feeds.
A value of UNDEFINED indicates the start index is undefined.
Gets the total number of results associated with this feed. The value
may be larger than the number of contained entries for paged feeds.
A value of UNDEFINED indicates the total size is undefined.
Sets whether this feed accepts entries POSTed to it.
| canPost |
|---|
Sets the atom:generator element on this feed. This method will create the appropriate type of element or extension based on the data model in use.
| version | |
|---|---|
| uri | |
| name |
Sets the number of items that will be returned per page for paged feeds.
A value of UNDEFINED indicates the page item count is
undefined.
| numResults |
|---|
Sets the value of the logo field on this feed.
| logo |
|---|
Sets the starting index of the contained entries for paged feeds.
A value of UNDEFINED indicates the start index is undefined.
| startIndex |
|---|
Sets the total number of results associated with this feed. The value
may be larger than the number of contained entries for paged feeds.
A value of UNDEFINED indicates the total size is undefined.
| totalResults |
|---|