Uses of Class
com.okta.sdk.resource.FeatureStageState
-
Packages that use FeatureStageState Package Description com.okta.sdk.resource -
-
Uses of FeatureStageState in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return FeatureStageState Modifier and Type Method Description FeatureStageState
FeatureStage. getState()
static FeatureStageState
FeatureStageState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FeatureStageState[]
FeatureStageState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type FeatureStageState Modifier and Type Method Description FeatureStage
FeatureStage. setState(FeatureStageState state)
-