| java.lang.Object | ||
| ↳ | com.google.gdata.data.photos.impl.GphotoDataImpl | |
| ↳ | com.google.gdata.data.photos.impl.CommentDataImpl | |
Implementation class for album data objects. This class takes an
ExtensionPoint and uses it to provide all of the methods that
CommentData specifies. These methods are handled by using
extension classes to retrieve or set extensions of the appropriate type.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.gdata.data.photos.CommentData
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.photos.impl.GphotoDataImpl
| |||||||||||
From interface
com.google.gdata.data.photos.CommentData
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new implementation of CommentGphotoData with the given
extension point as the backing storage of data.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an Extensible
within the target extension profile.
| |||||||||||
Gets the albumid of the album the comment is contained in.
| |||||||||||
Gets the id of the photo this comment is about.
| |||||||||||
Set the albumId for the album this comment is on.
| |||||||||||
Set the albumId for the album this comment is on.
| |||||||||||
Set the photoId for the photo this comment is on.
| |||||||||||
Set the photoId for the photo this comment is on.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.photos.impl.GphotoDataImpl
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.photos.CommentData
| |||||||||||
From interface
com.google.gdata.data.photos.Extensible
| |||||||||||
From interface
com.google.gdata.data.photos.GphotoData
| |||||||||||
Construct a new implementation of CommentGphotoData with the given extension point as the backing storage of data.
| extensionPoint |
|---|
Declares the set of expected Extension types for an Extensible
within the target extension profile. Forwards to
declareExtensions(ExtensionProfile).
| extProfile | The ExtensionProfile to initialize. |
|---|
Gets the albumid of the album the comment is contained in.
Gets the id of the photo this comment is about.
Set the albumId for the album this comment is on.
| albumId | The albumId of the comment. |
|---|
Set the albumId for the album this comment is on.
| albumId | The albumId of the comment. |
|---|
Set the photoId for the photo this comment is on.
| photoId | The photoId of the comment. |
|---|
Set the photoId for the photo this comment is on.
| photoId | The photoId of the comment. |
|---|