Uses of Class
com.okta.sdk.resource.application.SeedEnum
-
Packages that use SeedEnum Package Description com.okta.sdk.resource.application -
-
Uses of SeedEnum in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return SeedEnum Modifier and Type Method Description SeedEnum
PasswordSettingObject. getSeed()
static SeedEnum
SeedEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SeedEnum[]
SeedEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.application with parameters of type SeedEnum Modifier and Type Method Description PasswordSettingObject
PasswordSettingObject. setSeed(SeedEnum seed)
-