Uses of Class
com.okta.sdk.resource.policy.PolicyRuleActionsEnrollSelf
-
Packages that use PolicyRuleActionsEnrollSelf Package Description com.okta.sdk.resource.policy -
-
Uses of PolicyRuleActionsEnrollSelf in com.okta.sdk.resource.policy
Methods in com.okta.sdk.resource.policy that return PolicyRuleActionsEnrollSelf Modifier and Type Method Description PolicyRuleActionsEnrollSelfPolicyRuleActionsEnroll. getSelf()static PolicyRuleActionsEnrollSelfPolicyRuleActionsEnrollSelf. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PolicyRuleActionsEnrollSelf[]PolicyRuleActionsEnrollSelf. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.policy with parameters of type PolicyRuleActionsEnrollSelf Modifier and Type Method Description PolicyRuleActionsEnrollPolicyRuleActionsEnroll. setSelf(PolicyRuleActionsEnrollSelf self)
-