| java.lang.Object | |
| ↳ | com.google.gdata.data.BaseFeed.FeedState |
The FeedState class provides a simple structure that encapsulates
the attributes of an Atom feed that should be shared with a shallow
copy if the feed is adapted to a more specific BaseFeed
Kind.Adaptor subtypes.
Note: Feed entries are not part of feed shared state, because the entry lists will need to be typed differently for adapted instances. This means that entries that are created, updated, or deleted in an adapted feed will not be reflected in the base feed used to construct it. The reverse is also true: changes made to a base feed will not be reflected in any adapted instances of the feed.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adaptable | Adaptable helper | ||||||||||
| canPost | Specifies whether the feed can be posted to. | ||||||||||
| etag | Etag. | ||||||||||
| fields | gd:fields. | ||||||||||
| itemsPerPage | OpenSearch: items per page. | ||||||||||
| kind | gd:kind. | ||||||||||
| service | Service associated with the feed. | ||||||||||
| startIndex | OpenSearch: start index. | ||||||||||
| totalResults | OpenSearch: number of search results (feed entries). | ||||||||||
| versionId | Resource version id to use when generating etag. | ||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Specifies whether the feed can be posted to.
Etag. Etag. See RFC 2616, Section 3.11. If there is no entity tag, this variable is null.
gd:fields. This is the field selection associated with this feed. If fields attribute is present, the feed is a partial feed.
OpenSearch: items per page.
gd:kind. This is the kind attribute for this entry.
OpenSearch: start index.
OpenSearch: number of search results (feed entries).
Resource version id to use when generating etag.