Uses of Class
com.okta.sdk.resource.PolicyRuleActionsEnrollSelf
-
Packages that use PolicyRuleActionsEnrollSelf Package Description com.okta.sdk.resource -
-
Uses of PolicyRuleActionsEnrollSelf in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PolicyRuleActionsEnrollSelf Modifier and Type Method Description PolicyRuleActionsEnrollSelf
PolicyRuleActionsEnroll. getSelf()
static PolicyRuleActionsEnrollSelf
PolicyRuleActionsEnrollSelf. 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 with parameters of type PolicyRuleActionsEnrollSelf Modifier and Type Method Description PolicyRuleActionsEnroll
PolicyRuleActionsEnroll. setSelf(PolicyRuleActionsEnrollSelf self)
-