Uses of Enum
org.openapitools.client.model.FeatureLifecycle
Packages that use FeatureLifecycle
-
Uses of FeatureLifecycle in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type FeatureLifecycleModifier and TypeMethodDescriptionFeatureApi.updateFeatureLifecycle
(String featureId, FeatureLifecycle lifecycle, String mode) Update a Feature Lifecycle Updates a feature lifecycleFeatureApi.updateFeatureLifecycle
(String featureId, FeatureLifecycle lifecycle, String mode, Map<String, String> additionalHeaders) Update a Feature Lifecycle Updates a feature lifecycle -
Uses of FeatureLifecycle in org.openapitools.client.model
Methods in org.openapitools.client.model that return FeatureLifecycleModifier and TypeMethodDescriptionstatic FeatureLifecycle
static FeatureLifecycle
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.