| Package | Description |
|---|---|
| com.okta.sdk.resource.application | |
| com.okta.sdk.resource.common | |
| com.okta.sdk.resource.feature |
| Modifier and Type | Method and Description |
|---|---|
EnabledStatus |
ApplicationFeature.getStatus() |
EnabledStatus |
LifecycleCreateSettingObject.getStatus() |
EnabledStatus |
LifecycleDeactivateSettingObject.getStatus() |
EnabledStatus |
ProfileSettingObject.getStatus() |
EnabledStatus |
PasswordSettingObject.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFeature |
ApplicationFeature.setStatus(EnabledStatus status) |
LifecycleCreateSettingObject |
LifecycleCreateSettingObject.setStatus(EnabledStatus status) |
LifecycleDeactivateSettingObject |
LifecycleDeactivateSettingObject.setStatus(EnabledStatus status) |
ProfileSettingObject |
ProfileSettingObject.setStatus(EnabledStatus status) |
PasswordSettingObject |
PasswordSettingObject.setStatus(EnabledStatus status) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
EnabledStatus |
Feature.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.setStatus(EnabledStatus status) |
Copyright © 2017-2022 Okta. All Rights Reserved.