Package net.webpdf.wsclient.openapi
Class OperationReplyToAnnotationEdit
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationReplyToAnnotationEdit
-
public class OperationReplyToAnnotationEdit extends Object
Allows editing the content and properties of a textual reply to another annotation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COMMENTstatic StringJSON_PROPERTY_CREATORstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_OBJECT_KEYstatic StringJSON_PROPERTY_PAGEstatic StringJSON_PROPERTY_SUBJECT
-
Constructor Summary
Constructors Constructor Description OperationReplyToAnnotationEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationReplyToAnnotationEditcomment(String comment)OperationReplyToAnnotationEditcreator(String creator)booleanequals(Object o)@Nullable StringgetComment()This value is used to set the textual comment/reply to display.@Nullable StringgetCreator()Used to specify the author of the annotation.@Nullable StringgetName()Used to specify the name of the annotation.@NotNull OperationObjectKeyReplyToAnnotationEditgetObjectKey()Get objectKey@Nullable IntegergetPage()Selects the page by page number, that shall contain the \"reply to\" annotation.@Nullable StringgetSubject()Used to specify the subject of the annotation.inthashCode()OperationReplyToAnnotationEditname(String name)OperationReplyToAnnotationEditobjectKey(OperationObjectKeyReplyToAnnotationEdit objectKey)OperationReplyToAnnotationEditpage(Integer page)voidsetComment(String comment)voidsetCreator(String creator)voidsetName(String name)voidsetObjectKey(OperationObjectKeyReplyToAnnotationEdit objectKey)voidsetPage(Integer page)voidsetSubject(String subject)OperationReplyToAnnotationEditsubject(String subject)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COMMENT
public static final String JSON_PROPERTY_COMMENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATOR
public static final String JSON_PROPERTY_CREATOR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OBJECT_KEY
public static final String JSON_PROPERTY_OBJECT_KEY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUBJECT
public static final String JSON_PROPERTY_SUBJECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
comment
public OperationReplyToAnnotationEdit comment(String comment)
-
getComment
@Nullable public @Nullable String getComment()
This value is used to set the textual comment/reply to display.- Returns:
- comment
-
setComment
public void setComment(String comment)
-
creator
public OperationReplyToAnnotationEdit creator(String creator)
-
getCreator
@Nullable public @Nullable String getCreator()
Used to specify the author of the annotation.- Returns:
- creator
-
setCreator
public void setCreator(String creator)
-
name
public OperationReplyToAnnotationEdit name(String name)
-
getName
@Nullable public @Nullable String getName()
Used to specify the name of the annotation.- Returns:
- name
-
setName
public void setName(String name)
-
objectKey
public OperationReplyToAnnotationEdit objectKey(OperationObjectKeyReplyToAnnotationEdit objectKey)
-
getObjectKey
@NotNull public @NotNull OperationObjectKeyReplyToAnnotationEdit getObjectKey()
Get objectKey- Returns:
- objectKey
-
setObjectKey
public void setObjectKey(OperationObjectKeyReplyToAnnotationEdit objectKey)
-
page
public OperationReplyToAnnotationEdit page(Integer page)
-
getPage
@Nullable public @Nullable Integer getPage()
Selects the page by page number, that shall contain the \"reply to\" annotation. minimum: 1- Returns:
- page
-
setPage
public void setPage(Integer page)
-
subject
public OperationReplyToAnnotationEdit subject(String subject)
-
getSubject
@Nullable public @Nullable String getSubject()
Used to specify the subject of the annotation.- Returns:
- subject
-
setSubject
public void setSubject(String subject)
-
-