Uses of Enum
com.okta.sdk.resource.model.AllowedForEnum
-
Uses of AllowedForEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic AllowedForEnum
AuthenticatorKeyEmailAllOfSettings.getAllowedFor()
Get allowedForAuthenticatorKeyPhoneAllOfSettings.getAllowedFor()
Get allowedForstatic AllowedForEnum
Returns the enum constant of this type with the specified name.static AllowedForEnum[]
AllowedForEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuthenticatorKeyEmailAllOfSettings.allowedFor
(AllowedForEnum allowedFor) AuthenticatorKeyPhoneAllOfSettings.allowedFor
(AllowedForEnum allowedFor) void
AuthenticatorKeyEmailAllOfSettings.setAllowedFor
(AllowedForEnum allowedFor) void
AuthenticatorKeyPhoneAllOfSettings.setAllowedFor
(AllowedForEnum allowedFor)