Uses of Class
com.okta.sdk.resource.ChangeEnum
-
Packages that use ChangeEnum Package Description com.okta.sdk.resource -
-
Uses of ChangeEnum in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return ChangeEnum Modifier and Type Method Description ChangeEnum
PasswordSettingObject. getChange()
static ChangeEnum
ChangeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChangeEnum[]
ChangeEnum. 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 ChangeEnum Modifier and Type Method Description PasswordSettingObject
PasswordSettingObject. setChange(ChangeEnum change)
-