Package net.webpdf.wsclient.openapi
Class OperationAddComment
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationAddComment
-
public class OperationAddComment extends Object
Used to add comments to existing annotations. **Important:** All of the following operations will add a (hidden) TextAnnotation, that serves as a container for the comment/reply. **Important:** Comment/Reply annotations themselves may be selected as targets for further replies/comments.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CHANGE_ANNOTATION_STATEstatic StringJSON_PROPERTY_MARK_ANNOTATIONstatic StringJSON_PROPERTY_REPLY_TO
-
Constructor Summary
Constructors Constructor Description OperationAddComment()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_CHANGE_ANNOTATION_STATE
public static final String JSON_PROPERTY_CHANGE_ANNOTATION_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MARK_ANNOTATION
public static final String JSON_PROPERTY_MARK_ANNOTATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REPLY_TO
public static final String JSON_PROPERTY_REPLY_TO
- See Also:
- Constant Field Values
-
-
Method Detail
-
changeAnnotationState
public OperationAddComment changeAnnotationState(List<OperationReplyStateAnnotation> changeAnnotationState)
-
addChangeAnnotationStateItem
public OperationAddComment addChangeAnnotationStateItem(OperationReplyStateAnnotation changeAnnotationStateItem)
-
getChangeAnnotationState
@Nullable public @Nullable List<OperationReplyStateAnnotation> getChangeAnnotationState()
Get changeAnnotationState- Returns:
- changeAnnotationState
-
setChangeAnnotationState
public void setChangeAnnotationState(List<OperationReplyStateAnnotation> changeAnnotationState)
-
markAnnotation
public OperationAddComment markAnnotation(List<OperationMarkedStateAnnotation> markAnnotation)
-
addMarkAnnotationItem
public OperationAddComment addMarkAnnotationItem(OperationMarkedStateAnnotation markAnnotationItem)
-
getMarkAnnotation
@Nullable public @Nullable List<OperationMarkedStateAnnotation> getMarkAnnotation()
Get markAnnotation- Returns:
- markAnnotation
-
setMarkAnnotation
public void setMarkAnnotation(List<OperationMarkedStateAnnotation> markAnnotation)
-
replyTo
public OperationAddComment replyTo(List<OperationReplyToAnnotation> replyTo)
-
addReplyToItem
public OperationAddComment addReplyToItem(OperationReplyToAnnotation replyToItem)
-
getReplyTo
@Nullable public @Nullable List<OperationReplyToAnnotation> getReplyTo()
Get replyTo- Returns:
- replyTo
-
setReplyTo
public void setReplyTo(List<OperationReplyToAnnotation> replyTo)
-
-