| Modifier and Type | Class and Description |
|---|---|
class |
GoogleBaseFeed
An ATOM feed containing entries of type
GoogleBaseEntry. |
class |
GoogleBaseMediaFeed
Media feed used for managing the media attachments for one Google Base Item.
|
| Modifier and Type | Method and Description |
|---|---|
<F extends IFeed> |
GoogleBaseService.batch(URL url,
F f) |
| Modifier and Type | Method and Description |
|---|---|
<F extends IFeed> |
Service.batch(URL feedUrl,
F inputFeed)
Executes several operations (insert, update or delete) on the entries that
are part of the input
IFeed. |
<F extends IFeed> |
GoogleService.batch(URL feedUrl,
F inputFeed)
Executes several operations (insert, update or delete) on the entries that
are part of the input
IFeed. |
<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) |
<F extends IFeed> |
Service.getFeed(URL feedUrl,
Class<F> feedClass)
Returns the Feed associated with a particular feed URL.
|
<F extends IFeed> |
Service.getFeed(URL feedUrl,
Class<F> feedClass,
DateTime ifModifiedSince)
Returns the Feed associated with a particular feed URL, if it's been
modified since the specified date.
|
<F extends IFeed> |
GoogleService.getFeed(URL feedUrl,
Class<F> feedClass,
DateTime ifModifiedSince) |
<F extends IFeed> |
Service.getFeed(URL feedUrl,
Class<F> feedClass,
String etag)
Returns the Feed associated with a particular feed URL if the entity tag
associated with it has changed.
|
<F extends IFeed> |
GoogleService.getFeed(URL feedUrl,
Class<F> feedClass,
String etag) |
<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 | Method and Description |
|---|---|
protected <E extends IEntry,F extends IFeed> |
AppsForYourDomainService.getAllPages(URL feedUrl,
Class<F> feedClass)
Executes a GData query against the target service and returns a
List containing all the
IEntry that match the query result. |
<F extends IFeed> |
AppsForYourDomainService.getFeed(URL feedUrl,
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.
|
<F extends IFeed> |
AppsForYourDomainService.getFeed(URL feedUrl,
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> |
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 | Method and Description |
|---|---|
IFeed |
BatchInterruptedException.getIFeed() |
| Constructor and Description |
|---|
BatchInterruptedException(IFeed feed,
IBatchInterrupted interrupted)
Creates a BatchInterrupted exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFeed<F extends BaseFeed,E extends BaseEntry>
The BaseFeed class is an abstract base class that represents a
generic GData feed object, based primarily on the data model for
an
<atom:feed> element. |
class |
Feed
The Feed class customizes the BaseFeed class to represent the most
generic possible feed type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclFeed
Defines a feed of an access control list (ACL).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbPageVariationFeed
Feed element in AbPageVariationFeed.
|
class |
AccountFeed
Feed element in account feed.
|
class |
CombinationFeed
Feed element in CombinationFeed.
|
class |
DataFeed
Feed element in data feed.
|
class |
ExperimentFeed
Feed element in ExperimentFeed.
|
class |
ManagementFeed
Feed element in data source feed.
|
class |
SectionFeed
Feed element in SectionFeed.
|
class |
VariationFeed
Feed element in VariationFeed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericFeed
GData feed class that models a generic feed which simply contains a list of
generic entries, each have nothing more than a set of key-value pairs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MailItemFeed
The MailItemFeed class customizes the generic BaseEntry class to define
a feed of MailItem entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmailListFeed |
class |
EmailListRecipientFeed |
class |
NicknameFeed |
class |
UserFeed |
| Modifier and Type | Class and Description |
|---|---|
class |
BlogCommentFeed
Describes a feed of an entire blog's comments.
|
class |
BlogFeed
Describes a feed of a user's blogs.
|
class |
BlogPostFeed
Describes a feed of a blog's posts.
|
class |
PostCommentFeed
Describes a feed of a blog post's comments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionFeed
Describes a Book Search collection feed.
|
class |
VolumeFeed
Describes a Book Search volume feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttendeeFeed
For attendee feeds
|
class |
CalendarEventFeed
Describes a Calendar event feed.
|
class |
CalendarFeed
Describes a feed of Calendars.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeSearchFeed
The CodeSearchFeed class customizes the generic BaseFeed class to define
a feed to search for code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContactFeed
Describes a contact feed.
|
class |
ContactGroupFeed
Describes a contact group feed.
|
class |
ProfileFeed
Describes a profile feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveFeed
Describes an Archive feed.
|
class |
ChangelogFeed
Describes a feed for retrieving a list of changed documents.
|
class |
DocumentExportFeed
Describes a feed for a list of export requests.
|
class |
DocumentListFeed
A feed for managing lists of documents from the Google Docs &
Spreadsheets.
|
class |
MetadataFeed
Describes an Metadata feed.
|
class |
RevisionFeed
A feed for accessing different revisions of a doclist document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEventFeed<F extends BaseEventFeed<F,E>,E extends BaseEventEntry<E>>
Customizes the base feed class to define a feed of events.
|
class |
EventFeed
The EventFeed class customizes the generic event feed class to define
a feed of events.
|
class |
MessageFeed
The Message class customizes the generic BaseEntry class to define
a feed of Message entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortfolioFeed
Describes a Finance portfolio feed.
|
class |
PositionFeed
Describes a Finance position feed.
|
class |
TransactionFeed
Describes a Finance transaction feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentFeed
Describes a document feed.
|
class |
GlossaryFeed
Describes a glossary feed.
|
class |
TranslationMemoryFeed
Describes a translation memory feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHealthFeed<F extends BaseHealthFeed,E extends BaseHealthEntry>
Describes a health feed.
|
class |
RegisterFeed
Describes a register feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureFeed
Describes a feature feed.
|
class |
MapFeed
Describes a map feed.
|
class |
VersionFeed
Describes a version feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaFeed<F extends BaseFeed,E extends BaseEntry>
The MediaFeed class extends
BaseFeed to add media-related
operations for feeds that contain media content. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlbumFeed
Feed for an Album in our google photos api.
|
class |
GphotoFeed<F extends GphotoFeed>
This class customizes the generic MediaFeed class to define a feed of
GphotoEntries.
|
class |
PhotoFeed
Feed for a Photo in our google data api.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IssueCommentsFeed
Describes an issue comments feed.
|
class |
IssuesFeed
Google Code Project Issues Feed.
|
class |
ProjectsFeed
Google Code Projects Feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SidewikiEntryFeed
Describes a feed of Sidewiki entries.
|
class |
SidewikiUserFeed
Describes a feed of Sidewiki users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityFeed
Describes an activity feed.
|
class |
ContentFeed
Describes a content feed.
|
class |
SiteFeed
Describes a site feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellFeed
The feed for spreadsheet cells of Google Spreadsheets.
|
class |
ListFeed
The feed for treating a spreadsheet as a collection of list items.
|
class |
RecordFeed
Describes a feed of a table's records.
|
class |
SpreadsheetFeed
The feed for getting a list of Spreadsheets within a sheet.
|
class |
TableFeed
Describes a feed of a spreadsheet's tables.
|
class |
WorksheetFeed
The feed for getting a list of worksheets within a sheet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlIssuesFeed
Feed of crawl issues for a particular site.
|
class |
KeywordsFeed
Feed of keywords for a particular site.
|
class |
MessagesFeed
The MessagesFeed class extends the BaseFeed class to define
a feed of messages.
|
class |
SitemapsFeed
The SitemapsFeed class customizes the generic BaseFeed class to define
a feed of sitemaps that Webmaster Tools user has for a given site.
|
class |
SitesFeed
The SitesFeed class customizes the generic BaseFeed class to define
a feed of web sites that Webmaster Tools user has.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CaptionTrackFeed
A feed of
CaptionTrackEntry |
class |
ChannelFeed
Feed containing channels.
|
class |
CommentFeed
Object representation for the comment feed.
|
class |
ComplaintFeed
A feed that contains a list of
ComplaintEntry. |
class |
FavoriteFeed
A YouTube favorite feed.
|
class |
FriendFeed
A feed that contains a list of
FriendEntry. |
class |
PlaylistFeed
A YouTube playlist feed.
|
class |
PlaylistLinkFeed
A feed that contains playlist link entries.
|
class |
RatingFeed
Object representatino for the rating feed.
|
class |
SubscriptionFeed
A feed that contains playlist link entries.
|
class |
UserEventFeed
A feed that contains user event entries.
|
class |
UserProfileFeed
Feed containing user profiles.
|
class |
VideoFeed
Video feed returned by the feed providers.
|
class |
VideoMessageFeed
Shared video feed (inbox).
|
| Modifier and Type | Method and Description |
|---|---|
static BatchOperationType |
BatchUtils.getBatchOperationType(IFeed feed)
Gets the batch operation type from the tag
<batch:operation>
in a BaseFeed. |
static void |
BatchUtils.setBatchOperationType(IFeed feed,
BatchOperationType op)
Sets the batch operation to execute in a
BaseFeed. |
static void |
BatchUtils.throwIfInterrupted(IFeed ifeed)
Throws a
BatchInterrupted exception if any entry within the feed
has a batch interrupted child element. |
| Modifier and Type | Method and Description |
|---|---|
static <F extends IFeed> |
ParseUtil.readFeed(ParseSource source,
Class<F> requestedClass,
ExtensionProfile extProfile,
Schema schema)
This method provides the base implementation of feed reading using either
static or dynamic typing.
|
| Modifier and Type | Method and Description |
|---|---|
static IFeed |
ParseUtil.readFeed(ParseSource source)
Reads a feed from a parse source.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GenerateUtil.generateAtom(XmlWriter writer,
IFeed feed,
ExtensionProfile extProfile)
Generates the atom output for a feed using the given xml writer and
extension profile.
|
Copyright © 2012. All Rights Reserved.