| com.google.gdata.data.photos.GphotoData |
Known Indirect Subclasses
AlbumData,
AlbumDataImpl,
AlbumEntry,
AlbumFeed,
CommentData,
CommentDataImpl,
CommentEntry,
GphotoDataImpl,
GphotoEntry<E extends GphotoEntry<E>>,
GphotoFeed<F extends GphotoFeed>,
PhotoData,
PhotoDataImpl,
PhotoEntry,
PhotoFeed,
TagData,
and
6 others.
|
Data interface for all of the photos data items. This is the base interface for the methods that all photos items should support. This interface contains the setters and getters for the system id of an element, which is the permanent id on the server.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the gphoto:id of the data object.
| |||||||||||
Sets the id of this feed or entry.
| |||||||||||
Sets the id of this feed or entry.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.gdata.data.photos.Extensible
| |||||||||||
Gets the gphoto:id of the data object. The gphoto:id is the photos-specific system id of the object, provided by the server at object creation time.
Sets the id of this feed or entry. This field is normally read-only, but can be used on the client to perform a copy operation when creating a new object based on an existing object.
| id | The string version of the id of this feed or entry. |
|---|
Sets the id of this feed or entry. This field is normally read-only, but can be used on the client to perform a copy operation when creating a new object based on an existing object.
| id | The long version of the id of this feed or entry. |
|---|