Uses of Class
com.okta.sdk.resource.PolicyRuleType
-
Packages that use PolicyRuleType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of PolicyRuleType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PolicyRuleType Modifier and Type Method Description PolicyRuleType
PolicyRule. getType()
static PolicyRuleType
PolicyRuleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolicyRuleType[]
PolicyRuleType. 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 PolicyRuleType Modifier and Type Method Description PolicyRule
PolicyRule. setType(PolicyRuleType type)
-
Uses of PolicyRuleType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type PolicyRuleType Modifier and Type Method Description T
PolicyRuleBuilder. setType(PolicyRuleType type)
-