Uses of Enum
com.okta.sdk.resource.model.AuthorizationServerPolicyRule.TypeEnum
Packages that use AuthorizationServerPolicyRule.TypeEnum
-
Uses of AuthorizationServerPolicyRule.TypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthorizationServerPolicyRule.TypeEnumModifier and TypeMethodDescriptionAuthorizationServerPolicyRule.getType()Rule typeReturns the enum constant of this type with the specified name.AuthorizationServerPolicyRule.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type AuthorizationServerPolicyRule.TypeEnumModifier and TypeMethodDescriptionvoidAuthorizationServerPolicyRule.setType(AuthorizationServerPolicyRule.TypeEnum type) AuthorizationServerPolicyRule.type(AuthorizationServerPolicyRule.TypeEnum type)