Package net.webpdf.wsclient.openapi
Class OperationObjectKeyReplyToAnnotationEdit
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationObjectKeyReplyToAnnotationEdit
-
public class OperationObjectKeyReplyToAnnotationEdit extends Object
Selects the \"reply to\" annotation by object ID.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ID
-
Constructor Summary
Constructors Constructor Description OperationObjectKeyReplyToAnnotationEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetId()The object id shall be given as a String that may contain either: * The numeric object ID itself * The object ID followed by the generation number, separated by a spaceinthashCode()OperationObjectKeyReplyToAnnotationEditid(String id)voidsetId(String id)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public OperationObjectKeyReplyToAnnotationEdit id(String id)
-
getId
@Nullable public @Nullable String getId()
The object id shall be given as a String that may contain either: * The numeric object ID itself * The object ID followed by the generation number, separated by a space- Returns:
- id
-
setId
public void setId(String id)
-
-