Uses of Class
net.webpdf.wsclient.openapi.OperationBaseToolbox
-
Packages that use OperationBaseToolbox Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.webservice.rest -
-
Uses of OperationBaseToolbox in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationBaseToolbox Modifier and Type Method Description @Nullable List<OperationBaseToolbox>OperationToolboxOperation. getToolbox()Get toolbox@NotNull List<OperationBaseToolbox>RestOperationData. getToolbox()Returns theOperationBaseToolboxlist set for thisRestOperationData.Methods in net.webpdf.wsclient.openapi with parameters of type OperationBaseToolbox Modifier and Type Method Description OperationToolboxOperationOperationToolboxOperation. addToolboxItem(OperationBaseToolbox toolboxItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationBaseToolbox Modifier and Type Method Description voidOperationToolboxOperation. setToolbox(List<OperationBaseToolbox> toolbox)voidRestOperationData. setToolbox(@Nullable List<OperationBaseToolbox> value)Sets theOperationBaseToolboxlist for thisRestOperationData.OperationToolboxOperationOperationToolboxOperation. toolbox(List<OperationBaseToolbox> toolbox) -
Uses of OperationBaseToolbox in net.webpdf.wsclient.webservice.rest
Methods in net.webpdf.wsclient.webservice.rest that return types with arguments of type OperationBaseToolbox Modifier and Type Method Description @NotNull List<OperationBaseToolbox>ToolboxRestWebService. getOperationParameters()Returns theToolboxRestWebServicespecificOperationBaseToolbox, which allows setting parameters for the webservice execution.Method parameters in net.webpdf.wsclient.webservice.rest with type arguments of type OperationBaseToolbox Modifier and Type Method Description voidToolboxRestWebService. setOperationParameters(@Nullable List<OperationBaseToolbox> operation)Sets theToolboxRestWebServicespecificOperationBaseToolboxelement, which allows setting parameters for the webservice execution.
-