Uses of Class
net.webpdf.wsclient.openapi.OperationSelectionAttachment
-
Packages that use OperationSelectionAttachment Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationSelectionAttachment in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationSelectionAttachment Modifier and Type Method Description OperationSelectionAttachmentOperationSelectionAttachment. context(OperationSelectionAttachment.ContextEnum context)OperationSelectionAttachmentOperationSelectionAttachment. fileMask(String fileMask)OperationSelectionAttachmentOperationSelectionAttachment. pages(String pages)Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationSelectionAttachment Modifier and Type Method Description @Nullable List<OperationSelectionAttachment>OperationExtractToolboxAttachment. getSelection()Get selection@Nullable List<OperationSelectionAttachment>OperationRemoveToolboxAttachment. getSelection()Get selectionMethods in net.webpdf.wsclient.openapi with parameters of type OperationSelectionAttachment Modifier and Type Method Description OperationExtractToolboxAttachmentOperationExtractToolboxAttachment. addSelectionItem(OperationSelectionAttachment selectionItem)OperationRemoveToolboxAttachmentOperationRemoveToolboxAttachment. addSelectionItem(OperationSelectionAttachment selectionItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationSelectionAttachment Modifier and Type Method Description OperationExtractToolboxAttachmentOperationExtractToolboxAttachment. selection(List<OperationSelectionAttachment> selection)OperationRemoveToolboxAttachmentOperationRemoveToolboxAttachment. selection(List<OperationSelectionAttachment> selection)voidOperationExtractToolboxAttachment. setSelection(List<OperationSelectionAttachment> selection)voidOperationRemoveToolboxAttachment. setSelection(List<OperationSelectionAttachment> selection)
-