Uses of Enum
com.okta.sdk.resource.model.ImportUsernameObject.UsernameFormatEnum
Packages that use ImportUsernameObject.UsernameFormatEnum
-
Uses of ImportUsernameObject.UsernameFormatEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ImportUsernameObject.UsernameFormatEnumModifier and TypeMethodDescriptionImportUsernameObject.getUsernameFormat()
Determines the username format when users sign in to OktaReturns the enum constant of this type with the specified name.ImportUsernameObject.UsernameFormatEnum.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 ImportUsernameObject.UsernameFormatEnumModifier and TypeMethodDescriptionvoid
ImportUsernameObject.setUsernameFormat
(ImportUsernameObject.UsernameFormatEnum usernameFormat) ImportUsernameObject.usernameFormat
(ImportUsernameObject.UsernameFormatEnum usernameFormat)