Package net.webpdf.wsclient.openapi
Class OperationHideActionHideAnnotation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationHideActionHideAnnotation
-
public class OperationHideActionHideAnnotation extends Object
When activated, the hide element will show or hide the selected annotations.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ANNOTATIONstatic StringJSON_PROPERTY_HIDE
-
Constructor Summary
Constructors Constructor Description OperationHideActionHideAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationHideActionHideAnnotationaddAnnotationItem(OperationAnnotationSelection annotationItem)OperationHideActionHideAnnotationannotation(List<OperationAnnotationSelection> annotation)booleanequals(Object o)@Nullable List<OperationAnnotationSelection>getAnnotation()Get annotation@Nullable BooleangetHide()Used to define whether the selected annotations should be hidden or shown.inthashCode()OperationHideActionHideAnnotationhide(Boolean hide)voidsetAnnotation(List<OperationAnnotationSelection> annotation)voidsetHide(Boolean hide)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ANNOTATION
public static final String JSON_PROPERTY_ANNOTATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HIDE
public static final String JSON_PROPERTY_HIDE
- See Also:
- Constant Field Values
-
-
Method Detail
-
annotation
public OperationHideActionHideAnnotation annotation(List<OperationAnnotationSelection> annotation)
-
addAnnotationItem
public OperationHideActionHideAnnotation addAnnotationItem(OperationAnnotationSelection annotationItem)
-
getAnnotation
@Nullable public @Nullable List<OperationAnnotationSelection> getAnnotation()
Get annotation- Returns:
- annotation
-
setAnnotation
public void setAnnotation(List<OperationAnnotationSelection> annotation)
-
hide
public OperationHideActionHideAnnotation hide(Boolean hide)
-
getHide
@Nullable public @Nullable Boolean getHide()
Used to define whether the selected annotations should be hidden or shown.- Returns:
- hide
-
setHide
public void setHide(Boolean hide)
-
-