google-api-gdata
Install Guide
Java API Reference
Package Index
|
Class Index
com.google.api.gbase.client
com.google.gdata.client
com.google.gdata.client.analytics
com.google.gdata.client.appsforyourdomain
com.google.gdata.client.appsforyourdomain.adminsettings
com.google.gdata.client.appsforyourdomain.audit
com.google.gdata.client.appsforyourdomain.gmailsettings
com.google.gdata.client.appsforyourdomain.migration
com.google.gdata.client.authn.oauth
com.google.gdata.client.authn.oauthproxy
com.google.gdata.client.batch
com.google.gdata.client.blogger
com.google.gdata.client.books
com.google.gdata.client.calendar
com.google.gdata.client.codesearch
com.google.gdata.client.contacts
com.google.gdata.client.docs
com.google.gdata.client.finance
com.google.gdata.client.gtt
com.google.gdata.client.health
com.google.gdata.client.http
com.google.gdata.client.maps
com.google.gdata.client.media
com.google.gdata.client.photos
com.google.gdata.client.projecthosting
com.google.gdata.client.sidewiki
com.google.gdata.client.sites
com.google.gdata.client.spreadsheet
com.google.gdata.client.uploader
com.google.gdata.client.webmastertools
com.google.gdata.client.youtube
com.google.gdata.data
com.google.gdata.data.acl
com.google.gdata.data.analytics
com.google.gdata.data.appsforyourdomain
com.google.gdata.data.appsforyourdomain.generic
com.google.gdata.data.appsforyourdomain.migration
com.google.gdata.data.appsforyourdomain.provisioning
com.google.gdata.data.apt
com.google.gdata.data.batch
com.google.gdata.data.blogger
com.google.gdata.data.books
com.google.gdata.data.calendar
com.google.gdata.data.codesearch
com.google.gdata.data.contacts
com.google.gdata.data.docs
com.google.gdata.data.dublincore
com.google.gdata.data.extensions
com.google.gdata.data.finance
com.google.gdata.data.geo
com.google.gdata.data.geo.impl
com.google.gdata.data.gtt
com.google.gdata.data.health
com.google.gdata.data.introspection
com.google.gdata.data.maps
com.google.gdata.data.media
com.google.gdata.data.media.mediarss
com.google.gdata.data.photos
com.google.gdata.data.photos.impl
com.google.gdata.data.photos.pheed
com.google.gdata.data.projecthosting
com.google.gdata.data.sidewiki
com.google.gdata.data.sites
com.google.gdata.data.spreadsheet
com.google.gdata.data.threading
com.google.gdata.data.webmastertools
com.google.gdata.data.youtube
com.google.gdata.model
com.google.gdata.model.atom
com.google.gdata.model.atompub
com.google.gdata.model.batch
com.google.gdata.model.gd
com.google.gdata.model.transforms.atom
com.google.gdata.model.transforms.atompub
com.google.gdata.util
com.google.gdata.util.common.base
com.google.gdata.util.common.html
com.google.gdata.util.common.io
com.google.gdata.util.common.logging
com.google.gdata.util.common.net
com.google.gdata.util.common.util
com.google.gdata.util.common.xml
com.google.gdata.util.common.xml.parsing
com.google.gdata.util.httputil
com.google.gdata.util.io.base
com.google.gdata.util.parser
com.google.gdata.wireformats
com.google.gdata.wireformats.input
com.google.gdata.wireformats.input.media
com.google.gdata.wireformats.output
com.google.gdata.wireformats.output.media
org.mule.modules.google.api.domain
org.mule.modules.google.api.util
Classes
AdditionalRoleInfo
AdditionalRoleSet
Album
AlbumArt
AlbumArtist
ArchiveComplete
ArchiveConversion
ArchiveEntry
ArchiveFailure
ArchiveFeed
ArchiveNotify
ArchiveNotifyStatus
ArchiveResourceId
ArchiveStatus
ArchiveTotal
ArchiveTotalComplete
ArchiveTotalFailure
Artist
AudioEntry
BaseDocumentListEntry
<E>
BrixEntry
ChangelogEntry
ChangelogFeed
Changestamp
Composer
Description
DocsNamespace
DocumentEntry
DocumentExportEntry
DocumentExportFeed
DocumentExportRequestor
DocumentListAclFeedLink
DocumentListEntry
DocumentListFeed
DocumentListLink
DocumentListLink.Rel
DocumentListLink.Type
DocumentListRevisionFeedLink
DrawingEntry
Duration
ExportDocId
ExportFormat
ExportStatus
Feature
FeatureName
FeatureRate
FileEntry
Filename
FolderEntry
Genre
ImportFormat
LargestChangestamp
LastCommented
MaxUploadSize
Md5Checksum
MetadataEntry
MetadataFeed
ObjectNumber
PdfEntry
PresentationEntry
Publish
PublishAuto
PublishLink
PublishLink.Rel
PublishOutsideDomain
QueryParameter
QuotaBytesUsedInTrash
RemainingChangestamps
Removed
RevisionEntry
RevisionFeed
Size
SpreadsheetEntry
SuggestedFilename
Track
ViewedCategory
ViewedCategory.Label
ViewedCategory.Scheme
ViewedCategory.Term
WritersCanInvite
Year
Enums
ArchiveNotifyStatus.Value
ArchiveStatus.Value
DocumentListEntry.MediaType
ExportFormat.Source
ExportStatus.Value
ImportFormat.Target
QueryParameter.Type
Package Index
|
Class Index
Summary:
Constants
|
Ctors
|
Inherited Methods
|
[Expand All]
public static final class
ViewedCategory.Term
extends Object
java.lang.Object
↳
com.google.gdata.data.docs.ViewedCategory.Term
Class Overview
Term.
Summary
Constants
String
VIEWED
Viewed term.
Public Constructors
ViewedCategory.Term
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Constants
public static final String
VIEWED
Viewed term.
Constant Value:
"http://schemas.google.com/g/2005#viewed"
Public Constructors
public
ViewedCategory.Term
()