| Package | Description |
|---|---|
| com.google.gdata.data.photos | |
| com.google.gdata.data.photos.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlbumData
Data interface for album feeds and entries.
|
interface |
CommentData
Shared comment data object, this contains all setters/getters of fields that
are specific to a comment.
|
interface |
PhotoData
Base data object for photo feeds and entries, this interface contains the
methods that all photo objects must provide.
|
interface |
TagData
Basic extension to include tag-specific data, this is the shared interface
for all tag objects in the Picasaweb GData api.
|
interface |
UserData
An interface for the user data objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlbumEntry
Entry for album kinds, contains album metadata.
|
class |
AlbumFeed
Feed for an Album in our google photos api.
|
class |
CommentEntry
Entry for comment kinds, contains comment metadata.
|
class |
GphotoEntry<E extends GphotoEntry<E>>
The base entry class for Picasaweb data.
|
class |
GphotoFeed<F extends GphotoFeed>
This class customizes the generic MediaFeed class to define a feed of
GphotoEntries.
|
class |
PhotoEntry
Entry for photo kinds, contains photo metadata.
|
class |
PhotoFeed
Feed for a Photo in our google data api.
|
class |
TagEntry
Entry for tag kinds, contains tag metadata.
|
class |
UserEntry
Entry for user kinds, contains user metadata.
|
class |
UserFeed
Feed for a User in our google photos api.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlbumDataImpl
Implementation class for album data objects.
|
class |
CommentDataImpl
Implementation class for album data objects.
|
class |
GphotoDataImpl
Basic implementation class for all of the
GphotoData objects. |
class |
PhotoDataImpl
Implementation class for photo data objects.
|
class |
TagDataImpl
Implementation class for tag data objects.
|
class |
UserDataImpl
Implementation class for user data objects.
|
Copyright © 2012. All Rights Reserved.