Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureApi.getFeature(java.lang.String featureId)
Retrieve a Feature
Retrieves a feature
|
Feature |
FeatureApi.updateFeatureLifecycle(java.lang.String featureId,
java.lang.String lifecycle,
java.lang.String mode)
Update a Feature Lifecycle
Update a feature lifecycle
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Feature> |
FeatureApi.listFeatureDependencies(java.lang.String featureId)
List all Dependencies
Lists all dependencies
|
java.util.List<Feature> |
FeatureApi.listFeatureDependents(java.lang.String featureId)
List all Dependents
Lists all dependents
|
java.util.List<Feature> |
FeatureApi.listFeatures()
List all Features
Lists all features
|
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.description(java.lang.String description) |
Feature |
Feature.name(java.lang.String name) |
Feature |
Feature.stage(FeatureStage stage) |
Feature |
Feature.status(EnabledStatus status) |
Feature |
Feature.type(FeatureType type) |
Copyright © 2017-2022 Okta. All Rights Reserved.