Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureApi.updateFeatureLifecycle(String featureId,
FeatureLifecycle lifecycle,
String mode)
Update a Feature Lifecycle
Updates a feature lifecycle
|
Feature |
FeatureApi.updateFeatureLifecycle(String featureId,
FeatureLifecycle lifecycle,
String mode,
Map<String,String> additionalHeaders)
Update a Feature Lifecycle
Updates a feature lifecycle
|
Modifier and Type | Method and Description |
---|---|
static FeatureLifecycle |
FeatureLifecycle.fromValue(String value) |
static FeatureLifecycle |
FeatureLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureLifecycle[] |
FeatureLifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2023 Okta. All rights reserved.