Package net.webpdf.wsclient.openapi
Class OperationRemoveToolboxAttachment
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationRemoveToolboxAttachment
-
public class OperationRemoveToolboxAttachment extends Object
Used to remove one or more attachments from the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SELECTION
-
Constructor Summary
Constructors Constructor Description OperationRemoveToolboxAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationRemoveToolboxAttachmentaddSelectionItem(OperationSelectionAttachment selectionItem)booleanequals(Object o)@Nullable List<OperationSelectionAttachment>getSelection()Get selectioninthashCode()OperationRemoveToolboxAttachmentselection(List<OperationSelectionAttachment> selection)voidsetSelection(List<OperationSelectionAttachment> selection)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SELECTION
public static final String JSON_PROPERTY_SELECTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
selection
public OperationRemoveToolboxAttachment selection(List<OperationSelectionAttachment> selection)
-
addSelectionItem
public OperationRemoveToolboxAttachment addSelectionItem(OperationSelectionAttachment selectionItem)
-
getSelection
@Nullable public @Nullable List<OperationSelectionAttachment> getSelection()
Get selection- Returns:
- selection
-
setSelection
public void setSelection(List<OperationSelectionAttachment> selection)
-
-