Uses of Enum
com.okta.sdk.resource.model.EnabledStatus
-
Uses of EnabledStatus in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic EnabledStatus
ApplicationFeature.getStatus()
Get statusFeature.getStatus()
Get statusImportScheduleObject.getStatus()
Get statusLifecycleCreateSettingObject.getStatus()
Get statusLifecycleDeactivateSettingObject.getStatus()
Get statusPasswordSettingObject.getStatus()
Get statusProfileSettingObject.getStatus()
Get statusstatic EnabledStatus
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.Modifier and TypeMethodDescriptionvoid
ApplicationFeature.setStatus
(EnabledStatus status) void
Feature.setStatus
(EnabledStatus status) void
ImportScheduleObject.setStatus
(EnabledStatus status) void
LifecycleCreateSettingObject.setStatus
(EnabledStatus status) void
LifecycleDeactivateSettingObject.setStatus
(EnabledStatus status) void
PasswordSettingObject.setStatus
(EnabledStatus status) void
ProfileSettingObject.setStatus
(EnabledStatus status) ApplicationFeature.status
(EnabledStatus status) Feature.status
(EnabledStatus status) ImportScheduleObject.status
(EnabledStatus status) LifecycleCreateSettingObject.status
(EnabledStatus status) LifecycleDeactivateSettingObject.status
(EnabledStatus status) PasswordSettingObject.status
(EnabledStatus status) ProfileSettingObject.status
(EnabledStatus status)