Package com.google.gdata.data.photos

Interface Summary
AlbumData Data interface for album feeds and entries.
AtomData A common interface for all of the methods that match between entry and feed.
CommentData Shared comment data object, this contains all setters/getters of fields that are specific to a comment.
Extensible Basic interface for all extendable objects.
GphotoData Data interface for all of the photos data items.
MediaData An interface for anything that supports mediarss content to implement, provides helpful get and set methods for getting and setting mediarss elements.
PhotoData Base data object for photo feeds and entries, this interface contains the methods that all photo objects must provide.
TagData Basic extension to include tag-specific data, this is the shared interface for all tag objects in the Picasaweb GData api.
UserData An interface for the user data objects.
 

Class Summary
AlbumEntry Entry for album kinds, contains album metadata.
AlbumFeed Feed for an Album in our google photos api.
CommentEntry Entry for data of the comment kind.
ExifTags A photo's exif tags.
GphotoAccess Access level for an album, either public or unlisted.
GphotoBytesUsed The number of bytes used by the album.
GphotoCommentCount The number of comments on the album.
GphotoCommentsEnabled True if the album allows commenting.
GphotoEntry<E extends GphotoEntry<E>> The base entry class for Picasaweb data.
GphotoFeed<F extends GphotoFeed> This class customizes the generic MediaFeed class to define a feed of GphotoEntries.
GphotoId The photos system id for the element.
GphotoLocation The textual location of the album.
GphotoMaxPhotos The maximum number of photos allowed per album.
GphotoName The canonical name of the album.
GphotoNickname The nickname of a user.
GphotoPhotosLeft The number of photos that can be uploaded to this album.
GphotoPhotosUsed The number of photos that have already been uploaded.
GphotoQuotaLimit The maximum available quota.
GphotoQuotaUsed The currently used quota.
GphotoThumbnail The thumbnail for a user portrait or album cover.
GphotoTimestamp A datetime in unix timestamp format.
GphotoUsername The username of a photos user.
Namespaces GData namespace definitions related to Google Photos.
PhotoEntry Entry class for photos.
PhotoFeed Feed for a Photo in our google data api.
TagEntry A simple entry for a tag object.
UserEntry Entry for user kinds, contains user metadata.
UserFeed Feed for a User in our google photos api.
 

Enum Summary
GphotoAccess.Value Access level.