|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.BaseFeed.FeedState
protected static class 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.
BaseFeed.BaseFeed(Class, BaseFeed)
Field Summary | |
---|---|
Kind.Adaptable |
adaptable
Adaptable helper |
boolean |
canPost
Specifies whether the feed can be posted to. |
java.lang.String |
etag
Etag. |
java.lang.String |
fields
gd:fields. |
int |
itemsPerPage
OpenSearch: items per page. |
java.lang.String |
kind
gd:kind. |
Service |
service
Service associated with the feed. |
int |
startIndex
OpenSearch: start index. |
int |
totalResults
OpenSearch: number of search results (feed entries). |
java.lang.String |
versionId
Resource version id to use when generating etag. |
Constructor Summary | |
---|---|
protected |
BaseFeed.FeedState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Service service
public boolean canPost
public int totalResults
public int startIndex
public int itemsPerPage
public Kind.Adaptable adaptable
public java.lang.String etag
public java.lang.String fields
public java.lang.String kind
public java.lang.String versionId
Constructor Detail |
---|
protected BaseFeed.FeedState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |