| Modifier and Type | Class and Description |
|---|---|
class |
GoogleBaseEntry
An object corresponding to one entry in a Google Base Atom XML file.
|
class |
GoogleBaseMediaEntry
Media entry representing a media attachment of a Google Base item.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IEntry> |
GoogleBaseService.insert(URL url,
E e) |
<E extends IEntry> |
GoogleBaseService.update(URL url,
E e) |
| Modifier and Type | Method and Description |
|---|---|
<E extends IEntry> |
Service.getEntry(URL entryUrl,
Class<E> entryClass)
Returns an Atom entry instance, given the URL of the entry.
|
<E extends IEntry> |
Service.getEntry(URL entryUrl,
Class<E> entryClass,
DateTime ifModifiedSince)
Returns an Atom entry instance, given the URL of the entry and an
if-modified-since date.
|
<E extends IEntry> |
GoogleService.getEntry(URL entryUrl,
Class<E> entryClass,
DateTime ifModifiedSince) |
<E extends IEntry> |
Service.getEntry(URL entryUrl,
Class<E> entryClass,
String etag)
Returns an Atom entry instance given the URL of the entry, if its current
entity tag is different than the provided value.
|
<E extends IEntry> |
GoogleService.getEntry(URL entryUrl,
Class<E> entryClass,
String etag) |
<E extends IEntry> |
Service.insert(URL feedUrl,
E entry)
Inserts a new
IEntry into a feed associated
with the target service. |
<E extends IEntry> |
GoogleService.insert(URL feedUrl,
E entry) |
<E extends IEntry> |
Service.patch(URL entryUrl,
String fields,
E entry)
Patches an existing
IEntry by removing a set of selected fields and
then merging a partial entry representation into the resource at the
specified entry edit URL. |
<E extends IEntry> |
Service.patch(URL entryUrl,
String fields,
E entry,
String etag)
Patches an existing
IEntry by removing a set of selected fields and
then merging a partial entry representation into the resource at the
specified entry edit URL. |
<E extends IEntry> |
Service.update(URL entryUrl,
E entry)
Updates an existing
IEntry by writing it to
the specified entry edit URL. |
<E extends IEntry> |
GoogleService.update(URL entryUrl,
E entry) |
<E extends IEntry> |
Service.update(URL entryUrl,
E entry,
String etag)
Updates an existing
IEntry by writing it to the specified entry
edit URL. |
| 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. |
<E extends IEntry> |
AppsForYourDomainService.getEntry(URL entryUrl,
Class<E> entryClass)
The call to super.getEntry should fall through to Service and the
behaviour is unknown if this method is overloaded in GoogleService.
|
<E extends IEntry> |
AppsForYourDomainService.getEntry(URL entryUrl,
Class<E> entryClass,
DateTime ifModifiedSince)
Returns an Atom entry instance, given the URL of the entry and an
if-modified-since date.
|
<E extends IEntry> |
AppsForYourDomainService.insert(URL feedUrl,
E entry) |
<E extends IEntry> |
AppsForYourDomainService.update(URL entryUrl,
E entry) |
| Modifier and Type | Method and Description |
|---|---|
<E extends IEntry> |
ResumableGDataFileUploader.getResponse(Class<E> entryClass)
Returns the upload response as an instance of parsed entryClass.
|
<E extends IEntry> |
MediaService.insert(URL feedUrl,
Class<E> entryClass,
MediaSource media)
Inserts a new media resource read from
MediaSource into a
media feed associated with the target service. |
<E extends IEntry> |
MediaService.insert(URL feedUrl,
E entry)
Inserts a new
Entry into a feed associated
with the target service. |
<E extends IEntry> |
MediaService.update(URL url,
E entry)
Updates an existing entry metadata by writing it to the specified edit
URL.
|
<E extends IEntry> |
MediaService.updateMedia(URL mediaUrl,
Class<E> entryClass,
MediaSource media)
Updates an existing media resource with data read from the
MediaSource by writing it it to the specified media edit URL. |
<E extends IEntry> |
MediaService.updateMedia(URL mediaUrl,
E entry)
Updates an existing entry and associated media resource by writing it
to the specified media edit URL.
|
| Constructor and Description |
|---|
ResumableGDataFileUploader.Builder(MediaService service,
MediaFileSource mediaFile,
IEntry entryToUpdate)
Builds a
ResumableGDataFileUploader to update an existing media. |
ResumableGDataFileUploader.Builder(MediaService service,
URL mediaUrl,
MediaFileSource mediaFile,
IEntry mediaEntry)
Builds a
ResumableGDataFileUploader to upload new media. |
| Modifier and Type | Method and Description |
|---|---|
<E extends IEntry> |
YouTubeService.getFormUploadToken(URL url,
E entry)
Generate a form-upload token given the XML description of a new media entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEntry<E extends BaseEntry>
The BaseEntry class is an abstract base class that defines the
in-memory object model for GData entries.
|
class |
Entry
The Entry class customizes the BaseFeed class to represent the most
generic possible entry type.
|
| Modifier and Type | Method and Description |
|---|---|
IEntry |
IFeed.createEntry()
Creates a new entry of the appropriate type for this feed.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends IEntry> |
IFeed.getEntries()
Returns a list of entries for this feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclEntry
Defines an entry in a feed of an access control list (ACL).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbPageVariationEntry
Entry element for abpagevariation feed.
|
class |
AccountEntry
Entry element for account feed.
|
class |
CombinationEntry
Entry element for combination feed.
|
class |
DataEntry
Entry element for data feed.
|
class |
ExperimentEntry
Entry element for experiment feed.
|
class |
ManagementEntry
Entry element for GA data source feed.
|
class |
SectionEntry
Entry element for section feed.
|
class |
VariationEntry
Entry element for variation feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericEntry
GData entry class that models a generic feed entry which contains only
name-value pairs of data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MailItemEntry
Used by a MailItemFeedProvider to represent a single MailItemEntry in a list
of MailItems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmailListEntry |
class |
EmailListRecipientEntry
Google Apps for Your Domain GData Entry which models a particular recipient
on an email list.
|
class |
NicknameEntry |
class |
UserEntry |
| Modifier and Type | Class and Description |
|---|---|
class |
BlogEntry
Describes a blog entry in the feed of a user's blogs.
|
class |
CommentEntry
Describes an entry for a comment on a post.
|
class |
PostEntry
Describes a blog post entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionEntry
Describes an entry in a feed of collections.
|
class |
VolumeEntry
Describes an entry in a feed of Book Search volumes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttendeeEntry
This is used to represent an entry in an attendee feed.
|
class |
CalendarAclEntry
Describes an entry in a feed of a Calendar access control list (ACL).
|
class |
CalendarEntry
This represents a single calendar in a list of calendars.
|
class |
CalendarEventEntry
This extends the EventEntry class for event entries in Google Calendars,
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeSearchEntry
Used to represent the results of a code query in a single file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasePersonEntry<E extends BasePersonEntry<E>>
Describes a person entry.
|
class |
ContactEntry
Describes a contact entry.
|
class |
ContactGroupEntry
Describes a contact group entry.
|
class |
PersonEntry
Describes a person entry.
|
class |
ProfileEntry
Describes a profile entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveEntry
Describes an Archive entry.
|
class |
AudioEntry
An entry representing a single audio file with a
DocumentListFeed. |
class |
BaseDocumentListEntry<E>
Class that glues
ChangelogEntry which was generated by the genesis
tool to its hand-written superclass (DocumentListEntry). |
class |
BrixEntry
Describes a Brix document entry.
|
class |
ChangelogEntry
Describes an entry representing a single changed document of any type.
|
class |
DocumentEntry
An entry representing a single document within a
DocumentListFeed. |
class |
DocumentExportEntry
Describes an entry representing a request to bulk export documents from a
user.
|
class |
DocumentListEntry
An entry representing a single document of any type within a
DocumentListFeed. |
class |
DrawingEntry
An entry representing a single drawing within a
DocumentListFeed. |
class |
FileEntry
An entry representing a single file within a
DocumentListFeed. |
class |
FolderEntry
An entry representing a folder in a
FolderFeed. |
class |
MetadataEntry
Describes a Metadata entry.
|
class |
PdfEntry
An entry representing a single PDF within a
DocumentListFeed. |
class |
PresentationEntry
An entry representing a single presentation within a
DocumentListFeed. |
class |
RevisionEntry
Defines an entry in a feed of revisions of a document.
|
class |
SpreadsheetEntry
An entry representing a single spreadsheet within a
DocumentListFeed. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEventEntry<E extends BaseEventEntry<E>>
Customizes the base entry to define an event entry.
|
class |
EventEntry
Extension class for manipulating entries of the Event kind.
|
class |
MessageEntry
Extension class for manipulating entries of the Message kind.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortfolioEntry
Describes an entry in a feed of Finance portfolios.
|
class |
PositionEntry
Describes an entry in a feed of Finance positions.
|
class |
TransactionEntry
Describes an entry in a feed of Finance transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlossaryEntry
Describes a glossary entry.
|
class |
TranslationMemoryEntry
Describes a translation memory entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHealthEntry<E extends BaseHealthEntry>
Describes a health entry.
|
class |
RegisterEntry
Describes a register entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureEntry
Describes a feature entry.
|
class |
MapEntry
Describes a map entry.
|
class |
VersionEntry
Describes a version entry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMediaEntry
The IMediaEntry interface defines a common base interface for GData media
entries that is shared between the old and new data models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaEntry<E extends BaseEntry<E>>
The MediaEntry class is an abstract base class for GData services
that support media content.
|
| Constructor and Description |
|---|
MediaBodyPart(IEntry entry) |
MediaMultipart(IEntry entry,
MediaSource media)
Constructs a new MediaMultipart instance from an Atom entry instance
and a media source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlbumEntry
Entry for album kinds, contains album metadata.
|
class |
GphotoEntry<E extends GphotoEntry<E>>
The base entry class for Picasaweb data.
|
class |
PhotoEntry
Entry for photo kinds, contains photo metadata.
|
class |
TagEntry
Entry for tag kinds, contains tag metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IssueCommentsEntry
Describes an issue comments entry.
|
class |
IssuesEntry
Google Code Project Issues Feed entry.
|
class |
ProjectSummaryEntry
Google Code Project Summary Entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SidewikiEntry
Describes a Sidewiki entry in the feed of Sidewiki entries.
|
class |
SidewikiUserEntry
Describes a Sidewiki user entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityEntry
An entry representing a user action in a site.
|
class |
AnnouncementEntry
Describes an announcement entry.
|
class |
AnnouncementsPageEntry
Describes an announcements page entry.
|
class |
AttachmentEntry
Describes an attachment entry.
|
class |
BaseActivityEntry<E extends BaseActivityEntry<E>>
An entry representing a user action in a site.
|
class |
BaseContentEntry<E extends BaseContentEntry<E>>
An entry representing a single content item.
|
class |
BasePageEntry<E extends BasePageEntry<E>>
An entry representing a page in the site.
|
class |
ContentEntry
An entry representing a single content item.
|
class |
CreationActivityEntry
An activity entry for content creation.
|
class |
DeletionActivityEntry
An activity entry for content deletion.
|
class |
EditActivityEntry
An activity entry for a content edit.
|
class |
FileCabinetPageEntry
Describes a file cabinet page entry.
|
class |
ListItemEntry
Describes a list item entry.
|
class |
ListPageEntry
Describes a list page entry.
|
class |
MoveActivityEntry
An activity entry for a content move.
|
class |
PageEntry
An entry representing a page in the site.
|
class |
RecoveryActivityEntry
An activity entry for content recovery.
|
class |
SiteEntry
An entry representing a site.
|
class |
WebAttachmentEntry
Describes a web attachment entry.
|
class |
WebPageEntry
Describes a web page entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellEntry
Atom Entry for a single cell for the Google Spreadsheets cells feed.
|
class |
ListEntry
Atom Entry for one single row Google Spreadsheets in the list-based
access mode.
|
class |
RecordEntry
Describes a record entry in the feed of a table's records.
|
class |
TableEntry
Describes a table entry in the feed of a spreadsheet's tables.
|
class |
WorksheetEntry
One worksheet, when listing all worksheets within a spreadsheet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlIssueEntry
Describes a crawl issue entry.
|
class |
KeywordEntry
Describes a keyword entry.
|
class |
SitemapsEntry<E extends SitemapsEntry<E>>
Defines an abstract base class for sitemap entry.
|
class |
SitemapsMobileEntry
This represents a single Mobile sitemap entry in a list of sitemaps.
|
class |
SitemapsNewsEntry
This represents a single News sitemap entry in a list of sitemaps.
|
class |
SitemapsRegularEntry
This represents a single regular sitemap entry in a list of sitemaps.
|
class |
SitesEntry
This represents a single web site entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CaptionTrackEntry
A caption track.
|
class |
ChannelEntry
An atom entry containing a channel.
|
class |
ComplaintEntry
A complaint.
|
class |
FavoriteEntry
A YouTube video favorite entry.
|
class |
FeedLinkEntry<T extends BaseEntry>
An entry that's actually a glorified feed link, used in
playlists and subscription feeds.
|
class |
FriendEntry
An entry that corresponds to a youtube contact/friend as
displayed on the user contacts feed.
|
class |
PlaylistEntry
A YouTube playlist entry.
|
class |
PlaylistLinkEntry
Entries that appear on the user playlist feed.
|
class |
RatingEntry
An entry in the rating feed.
|
class |
SubscriptionEntry
Entries that appear on the publisher playlist feed.
|
class |
UserEventEntry
An atom entry containing a user event.
|
class |
UserProfileEntry
An atom entry containing a user profile.
|
class |
VideoEntry
Video entry for the youtube feeds.
|
class |
VideoMessageEntry
A YouTube shared video entry.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
BatchUtils.getBatchId(IEntry entry)
Gets the value of the tag
<batch:id>. |
static BatchOperationType |
BatchUtils.getBatchOperationType(IEntry entry)
Gets the batch operation type from the tag
<batch:operation>
in a IEntry. |
static IBatchInterrupted |
BatchUtils.getInterrupted(IEntry entry)
Gets the value of the tag
<batch:interrupted>. |
static IBatchStatus |
BatchUtils.getStatus(IEntry entry)
Gets the value of the tag
<batch:status>. |
static boolean |
BatchUtils.isFailure(IEntry entry)
Checks whether a batch entry is an error report.
|
static boolean |
BatchUtils.isSuccess(IEntry entry)
Checks whether a batch entry is a success report.
|
static void |
BatchUtils.setBatchId(IEntry entry,
String id)
Sets the value of the tag
<batch:id>. |
static void |
BatchUtils.setBatchOperationType(IEntry entry,
BatchOperationType op)
Sets the batch operation to execute in a
IEntry. |
| Modifier and Type | Class and Description |
|---|---|
class |
RecurrenceExceptionEntry
Describes an entry used by a recurrence exception entry link.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IEntry> |
ParseUtil.readEntry(ParseSource source,
Class<T> requestedClass,
ExtensionProfile extProfile,
Schema schema)
Reads an entry from a parse source, returning an instance of the requested
class, and using the given extension profile if parsing into the old data
model.
|
| Modifier and Type | Method and Description |
|---|---|
IEntry |
VersionConflictException.getCurrentEntry() |
static IEntry |
ParseUtil.readEntry(ParseSource source)
Reads an entry from a parse source.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GenerateUtil.generateAtom(XmlWriter writer,
IEntry entry,
ExtensionProfile extProfile)
Generates the atom output for an entry using the given xml writer and
extension profile.
|
void |
VersionConflictException.setCurrentEntry(IEntry entry) |
| Constructor and Description |
|---|
VersionConflictException(IEntry currentEntry) |
VersionConflictException(IEntry currentEntry,
Throwable cause) |
Copyright © 2012. All Rights Reserved.