Package net.webpdf.wsclient.openapi
Class MetadataMarkRelation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataMarkRelation
-
public class MetadataMarkRelation extends Object
Change the marked state of the selected annotation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MARKEDstatic StringJSON_PROPERTY_OBJECT_I_D
-
Constructor Summary
Constructors Constructor Description MetadataMarkRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable BooleangetMarked()If this is set to true, the selected annotation has been marked, otherwise it has been unmarked.@Nullable StringgetObjectID()The object ID of the annotation.inthashCode()MetadataMarkRelationmarked(Boolean marked)MetadataMarkRelationobjectID(String objectID)voidsetMarked(Boolean marked)voidsetObjectID(String objectID)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MARKED
public static final String JSON_PROPERTY_MARKED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OBJECT_I_D
public static final String JSON_PROPERTY_OBJECT_I_D
- See Also:
- Constant Field Values
-
-
Method Detail
-
marked
public MetadataMarkRelation marked(Boolean marked)
-
getMarked
@Nullable public @Nullable Boolean getMarked()
If this is set to true, the selected annotation has been marked, otherwise it has been unmarked.- Returns:
- marked
-
setMarked
public void setMarked(Boolean marked)
-
objectID
public MetadataMarkRelation 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)
-
-