protected static class BaseFeed.FeedState
extends java.lang.Object
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)
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
BaseFeed.FeedState() |
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