Package net.webpdf.wsclient.openapi
Class MetadataGroupRelation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataGroupRelation
-
public class MetadataGroupRelation extends Object
Group with the selected annotation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_OBJECT_I_D
-
Constructor Summary
Constructors Constructor Description MetadataGroupRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetObjectID()The object ID of the annotation.inthashCode()MetadataGroupRelationobjectID(String objectID)voidsetObjectID(String objectID)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_OBJECT_I_D
public static final String JSON_PROPERTY_OBJECT_I_D
- See Also:
- Constant Field Values
-
-
Method Detail
-
objectID
public MetadataGroupRelation 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)
-
-