Package net.webpdf.wsclient.openapi
Class MetadataAnnotationsDocument
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataAnnotationsDocument
-
public class MetadataAnnotationsDocument extends Object
Lists the annotations, that have been found in the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ANNOTATION
-
Constructor Summary
Constructors Constructor Description MetadataAnnotationsDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataAnnotationsDocumentaddAnnotationItem(MetadataAnnotation annotationItem)MetadataAnnotationsDocumentannotation(List<MetadataAnnotation> annotation)booleanequals(Object o)@Nullable List<MetadataAnnotation>getAnnotation()Get annotationinthashCode()voidsetAnnotation(List<MetadataAnnotation> annotation)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ANNOTATION
public static final String JSON_PROPERTY_ANNOTATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
annotation
public MetadataAnnotationsDocument annotation(List<MetadataAnnotation> annotation)
-
addAnnotationItem
public MetadataAnnotationsDocument addAnnotationItem(MetadataAnnotation annotationItem)
-
getAnnotation
@Nullable public @Nullable List<MetadataAnnotation> getAnnotation()
Get annotation- Returns:
- annotation
-
setAnnotation
public void setAnnotation(List<MetadataAnnotation> annotation)
-
-