Uses of Class
com.okta.sdk.resource.GroupRuleStatus
-
Packages that use GroupRuleStatus Package Description com.okta.sdk.resource -
-
Uses of GroupRuleStatus in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return GroupRuleStatus Modifier and Type Method Description GroupRuleStatus
GroupRule. getStatus()
static GroupRuleStatus
GroupRuleStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GroupRuleStatus[]
GroupRuleStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type GroupRuleStatus Modifier and Type Method Description GroupRule
GroupRule. setStatus(GroupRuleStatus status)
-