public interface Comment extends Item
Modifier and Type | Method and Description |
---|---|
int |
getChildCount()
Get child count for a comment.
|
List<Comment> |
getChildren()
Get this comment's children.
|
String |
getContent()
Get content.
|
Map<String,String> |
getMetadata()
Get this comment's metadata.
|
ZonedDateTime |
getModeratedDate()
Get moderated date.
|
String |
getModerator()
Get moderator.
|
Comment |
getParent()
Get parent comment.
|
int |
getScore()
Get score.
|
int |
getStatus()
Get status.
|
getCreationDate, getIdLong, getItemId, getItemPublicationId, getItemType, getLastModifiedDate, getNamespaceId, getUser
String getContent()
String getModerator()
ZonedDateTime getModeratedDate()
int getScore()
int getStatus()
Comment getParent()
List<Comment> getChildren()
Map<String,String> getMetadata()
int getChildCount()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries