Package | Description |
---|---|
com.groupdocs.cloud.annotation.model |
Modifier and Type | Method | Description |
---|---|---|
AnnotationReplyInfo |
AnnotationReplyInfo.comment(java.lang.String comment) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.id(java.lang.Integer id) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.parentReplyId(java.lang.Integer parentReplyId) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.repliedOn(org.threeten.bp.OffsetDateTime repliedOn) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.userEmail(java.lang.String userEmail) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.userId(java.lang.Integer userId) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.userName(java.lang.String userName) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<AnnotationReplyInfo> |
AnnotationInfo.getReplies() |
Gets or sets the array of annotation replies
|
Modifier and Type | Method | Description |
---|---|---|
AnnotationInfo |
AnnotationInfo.addRepliesItem(AnnotationReplyInfo repliesItem) |
Modifier and Type | Method | Description |
---|---|---|
AnnotationInfo |
AnnotationInfo.replies(java.util.List<AnnotationReplyInfo> replies) |
|
void |
AnnotationInfo.setReplies(java.util.List<AnnotationReplyInfo> replies) |
Copyright © 2022. All rights reserved.