Package net.webpdf.wsclient.openapi
Class OperationRemoveToolboxAnnotation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationRemoveToolboxAnnotation
-
public class OperationRemoveToolboxAnnotation extends Object
Used to select annotations for removal.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SELECTION
-
Constructor Summary
Constructors Constructor Description OperationRemoveToolboxAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull OperationSelectionRemovegetSelection()Get selectioninthashCode()OperationRemoveToolboxAnnotationselection(OperationSelectionRemove selection)voidsetSelection(OperationSelectionRemove selection)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SELECTION
public static final String JSON_PROPERTY_SELECTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
selection
public OperationRemoveToolboxAnnotation selection(OperationSelectionRemove selection)
-
getSelection
@NotNull public @NotNull OperationSelectionRemove getSelection()
Get selection- Returns:
- selection
-
setSelection
public void setSelection(OperationSelectionRemove selection)
-
-