| Package | Description |
|---|---|
| com.google.gdata.data.photos |
| Modifier and Type | Class and Description |
|---|---|
class |
GphotoEntry<E extends GphotoEntry<E>>
The base entry class for Picasaweb data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlbumEntry
Entry for album kinds, contains album metadata.
|
class |
CommentEntry
Entry for comment kinds, contains comment metadata.
|
class |
PhotoEntry
Entry for photo kinds, contains photo metadata.
|
class |
TagEntry
Entry for tag kinds, contains tag metadata.
|
class |
UserEntry
Entry for user kinds, contains user metadata.
|
| Modifier and Type | Method and Description |
|---|---|
GphotoEntry<?> |
GphotoEntry.getAdaptedEntry()
Returns an adapted entry that is a subclass of GphotoEntry.
|
| Constructor and Description |
|---|
GphotoFeed(Class<? extends GphotoEntry> entryClass)
Construct a new
GphotoFeed instance parameterized to contain the
given GphotoEntry type. |
GphotoFeed(Class<? extends GphotoEntry> entryClass,
BaseFeed sourceFeed)
Construct a new
GphotoFeed instance parameterized to contain the
given GphotoEntry subclass. |
Copyright © 2012. All Rights Reserved.