Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static EnabledStatus |
EnabledStatus.fromValue(String value) |
EnabledStatus |
ApplicationFeature.getStatus()
Get status
|
EnabledStatus |
LifecycleCreateSettingObject.getStatus()
Get status
|
EnabledStatus |
LifecycleDeactivateSettingObject.getStatus()
Get status
|
EnabledStatus |
Feature.getStatus()
Get status
|
EnabledStatus |
ProfileSettingObject.getStatus()
Get status
|
EnabledStatus |
PasswordSettingObject.getStatus()
Get status
|
static EnabledStatus |
EnabledStatus.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationFeature.setStatus(EnabledStatus status) |
void |
LifecycleCreateSettingObject.setStatus(EnabledStatus status) |
void |
LifecycleDeactivateSettingObject.setStatus(EnabledStatus status) |
void |
Feature.setStatus(EnabledStatus status) |
void |
ProfileSettingObject.setStatus(EnabledStatus status) |
void |
PasswordSettingObject.setStatus(EnabledStatus status) |
ApplicationFeature |
ApplicationFeature.status(EnabledStatus status) |
LifecycleCreateSettingObject |
LifecycleCreateSettingObject.status(EnabledStatus status) |
LifecycleDeactivateSettingObject |
LifecycleDeactivateSettingObject.status(EnabledStatus status) |
Feature |
Feature.status(EnabledStatus status) |
ProfileSettingObject |
ProfileSettingObject.status(EnabledStatus status) |
PasswordSettingObject |
PasswordSettingObject.status(EnabledStatus status) |
Copyright © 2017–2023 Okta. All rights reserved.