Uses of Class
net.webpdf.wsclient.openapi.ClusterRole
-
Packages that use ClusterRole Package Description net.webpdf.wsclient.openapi -
-
Uses of ClusterRole in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ClusterRole Modifier and Type Method Description static ClusterRoleClusterRole. fromValue(String value)@Nullable ClusterRoleClusterSettings. getRole()Get rolestatic ClusterRoleClusterRole. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterRole[]ClusterRole. 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 ClusterRole Modifier and Type Method Description ClusterSettingsClusterSettings. role(ClusterRole role)voidClusterSettings. setRole(ClusterRole role)
-