Uses of Class
com.okta.sdk.resource.application.ChangeEnum
-
Packages that use ChangeEnum Package Description com.okta.sdk.resource.application -
-
Uses of ChangeEnum in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return ChangeEnum Modifier and Type Method Description ChangeEnumPasswordSettingObject. getChange()static ChangeEnumChangeEnum. 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.application with parameters of type ChangeEnum Modifier and Type Method Description PasswordSettingObjectPasswordSettingObject. setChange(ChangeEnum change)
-