Package net.webpdf.wsclient.openapi
Class OperationEditComment
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationEditComment
-
public class OperationEditComment extends Object
Used to edit existing comments. **Important:** You may only change the textual contents of replyTo comments. Comments must always be placed on the same page, as the annotation they reply to. To change their position, move the annotation that is replied to instead.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_REPLY_TO
-
Constructor Summary
Constructors Constructor Description OperationEditComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationEditCommentaddReplyToItem(OperationReplyToAnnotationEdit replyToItem)booleanequals(Object o)@Nullable List<OperationReplyToAnnotationEdit>getReplyTo()Get replyTointhashCode()OperationEditCommentreplyTo(List<OperationReplyToAnnotationEdit> replyTo)voidsetReplyTo(List<OperationReplyToAnnotationEdit> replyTo)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_REPLY_TO
public static final String JSON_PROPERTY_REPLY_TO
- See Also:
- Constant Field Values
-
-
Method Detail
-
replyTo
public OperationEditComment replyTo(List<OperationReplyToAnnotationEdit> replyTo)
-
addReplyToItem
public OperationEditComment addReplyToItem(OperationReplyToAnnotationEdit replyToItem)
-
getReplyTo
@Nullable public @Nullable List<OperationReplyToAnnotationEdit> getReplyTo()
Get replyTo- Returns:
- replyTo
-
setReplyTo
public void setReplyTo(List<OperationReplyToAnnotationEdit> replyTo)
-
-