Uses of Class
net.webpdf.wsclient.openapi.ClusterNodeState
-
Packages that use ClusterNodeState Package Description net.webpdf.wsclient.openapi -
-
Uses of ClusterNodeState in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ClusterNodeState Modifier and Type Method Description static ClusterNodeStateClusterNodeState. fromValue(String value)@Nullable ClusterNodeStateClusterNodeStatus. getState()Get statestatic ClusterNodeStateClusterNodeState. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterNodeState[]ClusterNodeState. 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 ClusterNodeState Modifier and Type Method Description voidClusterNodeStatus. setState(ClusterNodeState state)ClusterNodeStatusClusterNodeStatus. state(ClusterNodeState state)
-