Uses of Enum
com.okta.sdk.resource.model.EnabledStatus
Packages that use EnabledStatus
-
Uses of EnabledStatus in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return EnabledStatusModifier and TypeMethodDescriptionstatic EnabledStatusApplicationFeature.getStatus()Get statusFeature.getStatus()Get statusLifecycleCreateSettingObject.getStatus()Get statusLifecycleDeactivateSettingObject.getStatus()Get statusPasswordSettingObject.getStatus()Get statusProfileSettingObject.getStatus()Get statusstatic EnabledStatusReturns 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.model with parameters of type EnabledStatusModifier and TypeMethodDescriptionvoidApplicationFeature.setStatus(EnabledStatus status) voidFeature.setStatus(EnabledStatus status) voidLifecycleCreateSettingObject.setStatus(EnabledStatus status) voidLifecycleDeactivateSettingObject.setStatus(EnabledStatus status) voidPasswordSettingObject.setStatus(EnabledStatus status) voidProfileSettingObject.setStatus(EnabledStatus status) ApplicationFeature.status(EnabledStatus status) Feature.status(EnabledStatus status) LifecycleCreateSettingObject.status(EnabledStatus status) LifecycleDeactivateSettingObject.status(EnabledStatus status) PasswordSettingObject.status(EnabledStatus status) ProfileSettingObject.status(EnabledStatus status)