All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Comment |
copyFrom(Comment instance) |
Comment.APIRequestCreateComment |
createComment() |
Comment.APIRequestCreateLike |
createLike() |
Comment.APIRequestDelete |
delete() |
Comment.APIRequestDeleteLikes |
deleteLikes() |
Comment |
fetch() |
static Comment |
fetchById(Long id,
APIContext context) |
static Comment |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Comment> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Comment> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Comment> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Comment>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Comment.APIRequestGet |
get() |
Comment.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
User |
getFieldAdminCreator() |
Application |
getFieldApplication() |
Object |
getFieldAttachment() |
Boolean |
getFieldCanComment() |
Boolean |
getFieldCanHide() |
Boolean |
getFieldCanLike() |
Boolean |
getFieldCanRemove() |
Boolean |
getFieldCanReplyPrivately() |
Long |
getFieldCommentCount() |
String |
getFieldCreatedTime() |
Object |
getFieldFrom() |
String |
getFieldId() |
Boolean |
getFieldIsHidden() |
Boolean |
getFieldIsPrivate() |
Long |
getFieldLikeCount() |
Long |
getFieldLiveBroadcastTimestamp() |
String |
getFieldMessage() |
List<EntityAtTextRange> |
getFieldMessageTags() |
Object |
getFieldObject() |
Comment |
getFieldParent() |
String |
getFieldPermalinkUrl() |
Object |
getFieldPrivateReplyConversation() |
Boolean |
getFieldUserLikes() |
String |
getId() |
Comment.APIRequestGetLikes |
getLikes() |
static APIRequest.ResponseParser<Comment> |
getParser() |
Comment.APIRequestGetReactions |
getReactions() |
static Comment |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Comment> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
Comment.APIRequestUpdate |
update() |