| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
GoogleBaseFeed |
GoogleBaseService.getFeed(URL feedUrl)
Returns the Google base feed associated with a particular feed URL.
|
GoogleBaseFeed |
GoogleBaseService.getFeed(URL feedUrl,
DateTime ifModifiedSince)
Returns the Google Base feed associated with a particular feed URL, if
it's been modified since the specified date.
|
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. |
Copyright © 2012. All Rights Reserved.