Uses of Class
org.openapitools.client.model.Feature
Packages that use Feature
- 
Uses of Feature in org.openapitools.client.api
Methods in org.openapitools.client.api that return FeatureModifier and TypeMethodDescriptionFeatureApi.getFeature(String featureId) Retrieve a Feature Retrieves a featureFeatureApi.updateFeatureLifecycle(String featureId, String lifecycle, String mode) Update a Feature Lifecycle Update a feature lifecycleMethods in org.openapitools.client.api that return types with arguments of type FeatureModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Feature>FeatureApi.getFeatureWithHttpInfo(String featureId) Retrieve a Feature Retrieves a featureFeatureApi.listFeatureDependencies(String featureId) List all Dependencies Lists all dependenciesFeatureApi.listFeatureDependenciesWithHttpInfo(String featureId) List all Dependencies Lists all dependenciesFeatureApi.listFeatureDependents(String featureId) List all Dependents Lists all dependentsFeatureApi.listFeatureDependentsWithHttpInfo(String featureId) List all Dependents Lists all dependentsFeatureApi.listFeatures()List all Features Lists all featuresFeatureApi.listFeaturesWithHttpInfo()List all Features Lists all featuresorg.springframework.http.ResponseEntity<Feature>FeatureApi.updateFeatureLifecycleWithHttpInfo(String featureId, String lifecycle, String mode) Update a Feature Lifecycle Update a feature lifecycle - 
Uses of Feature in org.openapitools.client.model
Methods in org.openapitools.client.model that return FeatureModifier and TypeMethodDescriptionFeature.description(String description) Feature.stage(FeatureStage stage) Feature.status(EnabledStatus status) Feature.type(FeatureType type)