Uses of Class
com.okta.sdk.resource.EnabledStatus
-
Packages that use EnabledStatus Package Description com.okta.sdk.resource -
-
Uses of EnabledStatus in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return EnabledStatus Modifier and Type Method Description EnabledStatus
ApplicationFeature. getStatus()
EnabledStatus
Feature. getStatus()
EnabledStatus
LifecycleCreateSettingObject. getStatus()
EnabledStatus
LifecycleDeactivateSettingObject. getStatus()
EnabledStatus
PasswordSettingObject. getStatus()
EnabledStatus
ProfileSettingObject. getStatus()
static EnabledStatus
EnabledStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnabledStatus[]
EnabledStatus. 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 EnabledStatus Modifier and Type Method Description ApplicationFeature
ApplicationFeature. setStatus(EnabledStatus status)
Feature
Feature. setStatus(EnabledStatus status)
LifecycleCreateSettingObject
LifecycleCreateSettingObject. setStatus(EnabledStatus status)
LifecycleDeactivateSettingObject
LifecycleDeactivateSettingObject. setStatus(EnabledStatus status)
PasswordSettingObject
PasswordSettingObject. setStatus(EnabledStatus status)
ProfileSettingObject
ProfileSettingObject. setStatus(EnabledStatus status)
-