Uses of Enum
com.okta.sdk.resource.model.UIElementOptions.FormatEnum
Packages that use UIElementOptions.FormatEnum
-
Uses of UIElementOptions.FormatEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UIElementOptions.FormatEnumModifier and TypeMethodDescriptionstatic UIElementOptions.FormatEnum
UIElementOptions.getFormat()
Specifies how the input appearsstatic UIElementOptions.FormatEnum
Returns the enum constant of this type with the specified name.static UIElementOptions.FormatEnum[]
UIElementOptions.FormatEnum.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 UIElementOptions.FormatEnumModifier and TypeMethodDescriptionUIElementOptions.format
(UIElementOptions.FormatEnum format) void
UIElementOptions.setFormat
(UIElementOptions.FormatEnum format)