Uses of Enum
com.okta.sdk.resource.model.AllowedForEnum
Packages that use AllowedForEnum
-
Uses of AllowedForEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AllowedForEnumModifier 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.Methods in com.okta.sdk.resource.model with parameters of type AllowedForEnumModifier and TypeMethodDescriptionAuthenticatorKeyEmailAllOfSettings.allowedFor
(AllowedForEnum allowedFor) AuthenticatorKeyPhoneAllOfSettings.allowedFor
(AllowedForEnum allowedFor) void
AuthenticatorKeyEmailAllOfSettings.setAllowedFor
(AllowedForEnum allowedFor) void
AuthenticatorKeyPhoneAllOfSettings.setAllowedFor
(AllowedForEnum allowedFor)