Package net.webpdf.wsclient.openapi
Class MetadataReplyStateRelation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataReplyStateRelation
-
public class MetadataReplyStateRelation extends Object
Changes the reply state of the selected annotation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetadataReplyStateRelation.StateEnumThe set reply state of a commented annotation
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_OBJECT_I_Dstatic StringJSON_PROPERTY_STATE
-
Constructor Summary
Constructors Constructor Description MetadataReplyStateRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetObjectID()The object ID of the annotation.@Nullable MetadataReplyStateRelation.StateEnumgetState()The set reply state of a commented annotationinthashCode()MetadataReplyStateRelationobjectID(String objectID)voidsetObjectID(String objectID)voidsetState(MetadataReplyStateRelation.StateEnum state)MetadataReplyStateRelationstate(MetadataReplyStateRelation.StateEnum state)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_OBJECT_I_D
public static final String JSON_PROPERTY_OBJECT_I_D
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
objectID
public MetadataReplyStateRelation objectID(String objectID)
-
getObjectID
@Nullable public @Nullable String getObjectID()
The object ID of the annotation. **Info:** A PDF object ID consists of two numbers, where the first number selects the object's number and the second the \"generation\" of the object. The object ID shall always be unique within the context of the document and can be used to select a specific object.- Returns:
- objectID
-
setObjectID
public void setObjectID(String objectID)
-
state
public MetadataReplyStateRelation state(MetadataReplyStateRelation.StateEnum state)
-
getState
@Nullable public @Nullable MetadataReplyStateRelation.StateEnum getState()
The set reply state of a commented annotation. * accepted = The user agrees with the change. * rejected = The user disagrees with the change. * cancelled = The change has been cancelled. * completed = The change has been completed. * none = The user did not set a state.- Returns:
- state
-
setState
public void setState(MetadataReplyStateRelation.StateEnum state)
-
-