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 String |
COMMENT_KIND
The fully qualified kind term for comments.
|
static String |
KIND
The unqualified kind for a comment.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlbumId()
Gets the albumid of the album the comment is contained in.
|
String |
getPhotoId()
Gets the id of the photo this comment is about.
|
void |
setAlbumId(Long albumId)
Set the albumId of the album this comment is contained in.
|
void |
setAlbumId(String albumId)
Set the albumId by string for the album the comment is on.
|
void |
setPhotoId(Long photoId)
Set the photoId for the photo this comment is on.
|
void |
setPhotoId(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 String KIND
static final String COMMENT_KIND
static final Category COMMENT_CATEGORY
String getAlbumId()
void setAlbumId(Long albumId)
albumId - the albumId of the comment.void setAlbumId(String albumId)
albumId - the albumId of the comment.String getPhotoId()
void setPhotoId(Long photoId)
photoId - the photoId of the comment.void setPhotoId(String photoId)
photoId - the photoId of the comment.Copyright © 2012. All Rights Reserved.