Package com.okta.sdk.resource.model
Class FeatureStage
java.lang.Object
com.okta.sdk.resource.model.FeatureStage
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class FeatureStage
extends Object
implements Serializable
Current release cycle stage of a feature If a feature's stage value is `EA`, the state is
`null` and not returned. If the value is `BETA`, the state is `OPEN` or
`CLOSED` depending on whether the `BETA` feature is manageable. > **Note:** If a feature's
stage is `OPEN BETA`, you can update it only in Preview cells. If a feature's stage is `CLOSED
BETA`, you can disable it only in Preview cells.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getState()
Get stategetValue()
Get valueint
hashCode()
void
setState
(FeatureStageState state) void
setValue
(FeatureStageValue value) state
(FeatureStageState state) toString()
value
(FeatureStageValue value)
-
Field Details
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
FeatureStage
public FeatureStage()
-
-
Method Details