Uses of Class
com.okta.sdk.resource.common.EnabledStatus
-
Packages that use EnabledStatus Package Description com.okta.sdk.resource.application com.okta.sdk.resource.common com.okta.sdk.resource.feature -
-
Uses of EnabledStatus in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return EnabledStatus Modifier and Type Method Description EnabledStatusApplicationFeature. getStatus()EnabledStatusLifecycleCreateSettingObject. getStatus()EnabledStatusLifecycleDeactivateSettingObject. getStatus()EnabledStatusPasswordSettingObject. getStatus()EnabledStatusProfileSettingObject. getStatus()Methods in com.okta.sdk.resource.application with parameters of type EnabledStatus Modifier and Type Method Description ApplicationFeatureApplicationFeature. setStatus(EnabledStatus status)LifecycleCreateSettingObjectLifecycleCreateSettingObject. setStatus(EnabledStatus status)LifecycleDeactivateSettingObjectLifecycleDeactivateSettingObject. setStatus(EnabledStatus status)PasswordSettingObjectPasswordSettingObject. setStatus(EnabledStatus status)ProfileSettingObjectProfileSettingObject. setStatus(EnabledStatus status) -
Uses of EnabledStatus in com.okta.sdk.resource.common
Methods in com.okta.sdk.resource.common that return EnabledStatus Modifier and Type Method Description static EnabledStatusEnabledStatus. 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. -
Uses of EnabledStatus in com.okta.sdk.resource.feature
Methods in com.okta.sdk.resource.feature that return EnabledStatus Modifier and Type Method Description EnabledStatusFeature. getStatus()Methods in com.okta.sdk.resource.feature with parameters of type EnabledStatus Modifier and Type Method Description FeatureFeature. setStatus(EnabledStatus status)
-