| Modifier and Type | Class and Description |
|---|---|
class |
GoogleBaseQuery
Adds support for the "bq" and "max-values" parameters to a gdata query.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleBaseFeed |
GoogleBaseService.query(Query query)
Executes a GData query against the target service and returns the
Feed containing entries that match the
query result. |
GoogleBaseFeed |
GoogleBaseService.query(Query query,
DateTime ifModifiedSince)
Executes a GData query against the target service and returns the
GoogleBaseFeed containing entries that match the query result, if
it's been modified since the specified date. |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentQuery
Simple class for document-based queries, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Service.GDataRequest |
Service.createFeedRequest(Query query)
Executes a GData query request against the target service and returns the
resulting feed results via an input stream.
|
protected Service.GDataRequest |
Service.createRequest(Query query,
ContentType inputType)
Creates a new GDataRequest for querying the service.
|
protected Service.GDataRequest |
GoogleService.createRequest(Query query,
ContentType contentType) |
<F extends IFeed> |
Service.getFeed(Query query,
Class<F> feedClass)
Returns the feed resulting from execution of a query.
|
<F extends IFeed> |
Service.getFeed(Query query,
Class<F> feedClass,
DateTime ifModifiedSince)
Returns the Feed resulting from executing a query, if it's been modified
since the specified date.
|
<F extends IFeed> |
GoogleService.getFeed(Query query,
Class<F> feedClass,
DateTime ifModifiedSince) |
<F extends IFeed> |
Service.getFeed(Query query,
Class<F> feedClass,
String etag)
Returns the Feed resulting from query execution, if if the entity tag
associated with it has changed.
|
<F extends IFeed> |
GoogleService.getFeed(Query query,
Class<F> feedClass,
String etag) |
Service.GDataRequest |
Service.GDataRequestFactory.getRequest(Query query,
ContentType contentType)
Creates a new GDataRequest instance for querying a service.
|
<F extends IFeed> |
Service.query(Query query,
Class<F> feedClass)
Executes a GData query against the target service and returns the
IFeed containing entries that match the query result. |
<F extends IFeed> |
Service.query(Query query,
Class<F> feedClass,
DateTime ifModifiedSince)
Executes a GData query against the target service and returns the
IFeed containing entries that match the query result, if it's been
modified since the specified date. |
<F extends IFeed> |
Service.query(Query query,
Class<F> feedClass,
String etag)
Executes a GData query against the target service and returns the
IFeed containing entries that match the query result if the etag
for the target feed does not match the provided value. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataQuery
Describes a query for the arbitrary data from an Analytics profile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppsForYourDomainQuery
The AppsForYourDomainQuery class extends the base GData Query class to
define convenient APIs for AppsForYourDomain custom query parameters.
|
| Modifier and Type | Method and Description |
|---|---|
<F extends IFeed> |
AppsForYourDomainService.query(Query query,
Class<F> feedClass)
The call to super.getEntry should fall through to Service and the
behaviour is unknown if this method is overloaded in GoogleService.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlogPostQuery
Describes a query for the feed of a blog's posts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VolumeQuery
Describes a query for the feed of information about one volume.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarQuery
The CalendarQuery class extends the base GData Query class to
define convenience APIs for Calendar custom query parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContactQuery
Describes a query for the following feeds:
The feed of contacts
The feed of contact groups
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortfolioQuery
Describes a query for the feed of all the user's portfolios.
|
class |
PositionQuery
Describes a query for the feed of all the positions belonging to the
portfolio.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationMemoryQuery
Describes a query for the feed of translation memories.
|
| Modifier and Type | Method and Description |
|---|---|
Service.GDataRequest |
HttpGDataRequest.Factory.getRequest(Query query,
ContentType contentType) |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureQuery
Describes a query for the feed of map features.
|
class |
MapQuery
Describes a query for the feed of user-created maps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IssuesQuery
Describes a query for the project issues feed.
|
class |
ProjectsQuery
Describes a query for the project listing feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SidewikiEntryQuery
Describes a query for the feed of Sidewiki entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityQuery
Describes a query for the feed containing descriptions of all activity within
a site.
|
class |
ContentQuery
Describes a query for the feed containing the current, editable site content.
|
class |
SiteQuery
Describes a query for the feed containing descriptions of a user's sites.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellQuery
Simple class for cells-feed-specific queries.
|
class |
ListQuery
Simple class for cells-feed-specific queries.
|
class |
RecordQuery
Describes a query for the feed of a table's records.
|
class |
SpreadsheetQuery
Simple class for cells-feed-specific queries.
|
class |
TableQuery
Describes a query for the feed of table definitions.
|
class |
WorksheetQuery
Simple class for worksheets-feed-specific queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YouTubeQuery
A helper class that helps building queries for the
YouTube feeds.
|
Copyright © 2012. All Rights Reserved.