Uses of Class
net.webpdf.wsclient.openapi.OperationActionEvent
-
Packages that use OperationActionEvent Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationActionEvent in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationActionEvent Modifier and Type Method Description @Nullable List<OperationActionEvent>OperationItem. getActions()Get actionsMethods in net.webpdf.wsclient.openapi with parameters of type OperationActionEvent Modifier and Type Method Description OperationItemOperationItem. addActionsItem(OperationActionEvent actionsItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationActionEvent Modifier and Type Method Description OperationItemOperationItem. actions(List<OperationActionEvent> actions)voidOperationItem. setActions(List<OperationActionEvent> actions)
-