protected static class BaseFeed.FeedState extends 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.
|
String |
etag
Etag.
|
String |
fields
gd:fields.
|
int |
itemsPerPage
OpenSearch: items per page.
|
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).
|
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 String etag
public String fields
public String kind
public String versionId
Copyright © 2012. All Rights Reserved.