Uses of Class
net.webpdf.wsclient.openapi.OperationLayerStateSetOCGStateAction.StateEnum
-
Packages that use OperationLayerStateSetOCGStateAction.StateEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationLayerStateSetOCGStateAction.StateEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationLayerStateSetOCGStateAction.StateEnum Modifier and Type Method Description static OperationLayerStateSetOCGStateAction.StateEnumOperationLayerStateSetOCGStateAction.StateEnum. fromValue(String value)@Nullable OperationLayerStateSetOCGStateAction.StateEnumOperationLayerStateSetOCGStateAction. getState()The status change that should be carried out upon activationstatic OperationLayerStateSetOCGStateAction.StateEnumOperationLayerStateSetOCGStateAction.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationLayerStateSetOCGStateAction.StateEnum[]OperationLayerStateSetOCGStateAction.StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationLayerStateSetOCGStateAction.StateEnum Modifier and Type Method Description voidOperationLayerStateSetOCGStateAction. setState(OperationLayerStateSetOCGStateAction.StateEnum state)OperationLayerStateSetOCGStateActionOperationLayerStateSetOCGStateAction. state(OperationLayerStateSetOCGStateAction.StateEnum state)
-