Uses of Enum
org.openapitools.client.model.AllowedForEnum
Packages that use AllowedForEnum
-
Uses of AllowedForEnum in org.openapitools.client.model
Methods in org.openapitools.client.model that return AllowedForEnumModifier and TypeMethodDescriptionstatic AllowedForEnum
AuthenticatorSettings.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 org.openapitools.client.model with parameters of type AllowedForEnumModifier and TypeMethodDescriptionAuthenticatorSettings.allowedFor
(AllowedForEnum allowedFor) void
AuthenticatorSettings.setAllowedFor
(AllowedForEnum allowedFor)