Uses of Class
com.okta.sdk.resource.SeedEnum
-
Packages that use SeedEnum Package Description com.okta.sdk.resource -
-
Uses of SeedEnum in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 with parameters of type SeedEnum Modifier and Type Method Description PasswordSettingObject
PasswordSettingObject. setSeed(SeedEnum seed)
-