Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureApi.getFeature(String featureId)
Retrieve a Feature
Retrieves a feature
|
Feature |
FeatureApi.getFeature(String featureId,
Map<String,String> additionalHeaders)
Retrieve a Feature
Retrieves a feature
|
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 |
---|---|
List<Feature> |
FeatureApi.listFeatureDependencies(String featureId)
List all Dependencies
Lists all dependencies
|
List<Feature> |
FeatureApi.listFeatureDependencies(String featureId,
Map<String,String> additionalHeaders)
List all Dependencies
Lists all dependencies
|
List<Feature> |
FeatureApi.listFeatureDependents(String featureId)
List all Dependents
Lists all dependents
|
List<Feature> |
FeatureApi.listFeatureDependents(String featureId,
Map<String,String> additionalHeaders)
List all Dependents
Lists all dependents
|
List<Feature> |
FeatureApi.listFeatures()
List all Features
Lists all features
|
List<Feature> |
FeatureApi.listFeatures(Map<String,String> additionalHeaders)
List all Features
Lists all features
|
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.description(String description) |
Feature |
Feature.links(LinksSelf links) |
Feature |
Feature.name(String name) |
Feature |
Feature.stage(FeatureStage stage) |
Feature |
Feature.status(EnabledStatus status) |
Feature |
Feature.type(FeatureType type) |
Copyright © 2017–2023 Okta. All rights reserved.