| Package | Description |
|---|---|
| com.groupdocs.cloud.annotation.model |
| Modifier and Type | Method | Description |
|---|---|---|
AnnotationReplyInfo |
AnnotationReplyInfo.comment(String comment) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.id(Integer id) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.parentReplyId(Integer parentReplyId) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.repliedOn(org.threeten.bp.OffsetDateTime repliedOn) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.userEmail(String userEmail) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.userId(Integer userId) |
|
AnnotationReplyInfo |
AnnotationReplyInfo.userName(String userName) |
| Modifier and Type | Method | Description |
|---|---|---|
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(List<AnnotationReplyInfo> replies) |
|
void |
AnnotationInfo.setReplies(List<AnnotationReplyInfo> replies) |
Copyright © 2025. All rights reserved.