public interface CommentData extends GphotoData
BaseEntry.setContent(TextConstruct) method.| Modifier and Type | Field and Description |
|---|---|
static Category |
COMMENT_CATEGORY
A category object for comments.
|
static java.lang.String |
COMMENT_KIND
The fully qualified kind term for comments.
|
static java.lang.String |
KIND
The unqualified kind for a comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlbumId()
Gets the albumid of the album the comment is contained in.
|
java.lang.String |
getPhotoId()
Gets the id of the photo this comment is about.
|
void |
setAlbumId(java.lang.Long albumId)
Set the albumId of the album this comment is contained in.
|
void |
setAlbumId(java.lang.String albumId)
Set the albumId by string for the album the comment is on.
|
void |
setPhotoId(java.lang.Long photoId)
Set the photoId for the photo this comment is on.
|
void |
setPhotoId(java.lang.String photoId)
Set the photoId as a string for the photo this comment is on.
|
getGphotoId, setGphotoId, setGphotoIdaddExtension, addRepeatingExtension, declareExtensions, removeExtension, removeExtension, removeRepeatingExtension, setExtensionstatic final java.lang.String KIND
static final java.lang.String COMMENT_KIND
static final Category COMMENT_CATEGORY
java.lang.String getAlbumId()
void setAlbumId(java.lang.Long albumId)
albumId - the albumId of the comment.void setAlbumId(java.lang.String albumId)
albumId - the albumId of the comment.java.lang.String getPhotoId()
void setPhotoId(java.lang.Long photoId)
photoId - the photoId of the comment.void setPhotoId(java.lang.String photoId)
photoId - the photoId of the comment.