| com.google.gdata.data.photos.CommentData |
Known Indirect Subclasses
|
Shared comment data object, this contains all setters/getters of fields that
are specific to a comment. Currently comments must have both an albumid and
a photoid when created, as we don't yet allow comments on an album by itself.
The actual content of the comment should be set using the
setContent(TextConstruct) method.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | COMMENT_KIND | The fully qualified kind term for comments. | |||||||||
| String | KIND | The unqualified kind for a comment. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| COMMENT_CATEGORY | A category object for comments. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the albumid of the album the comment is contained in.
| |||||||||||
Gets the id of the photo this comment is about.
| |||||||||||
Set the albumId by string for the album the comment is on.
| |||||||||||
Set the albumId of the album this comment is contained in.
| |||||||||||
Set the photoId for the photo this comment is on.
| |||||||||||
Set the photoId as a string for the photo this comment is on.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.gdata.data.photos.Extensible
| |||||||||||
From interface
com.google.gdata.data.photos.GphotoData
| |||||||||||
The fully qualified kind term for comments.
The unqualified kind for a comment.
A category object for comments. All comments will have this set.
Gets the albumid of the album the comment is contained in.
Gets the id of the photo this comment is about.
Set the albumId by string for the album the comment is on.
| albumId | The albumId of the comment. |
|---|
Set the albumId of the album this comment is contained in.
| 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 as a string for the photo this comment is on.
| photoId | The photoId of the comment. |
|---|