| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Variant |
FeatureFlagsApi.createVariantForFeatureFlag(UUID featureFlagId,
CreateVariant body)
Add a variant to a feature flag.
|
CompletableFuture<Variant> |
FeatureFlagsApi.createVariantForFeatureFlagAsync(UUID featureFlagId,
CreateVariant body)
Add a variant to a feature flag.
|
ApiResponse<Variant> |
FeatureFlagsApi.createVariantForFeatureFlagWithHttpInfo(UUID featureFlagId,
CreateVariant body)
Adds a single new variant to an existing feature flag.
|
CompletableFuture<ApiResponse<Variant>> |
FeatureFlagsApi.createVariantForFeatureFlagWithHttpInfoAsync(UUID featureFlagId,
CreateVariant body)
Add a variant to a feature flag.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVariant |
CreateVariant.key(String key) |
CreateVariant |
CreateVariant.name(String name) |
CreateVariant |
CreateVariant.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CreateVariant |
CreateVariant.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CreateVariant> |
CreateFeatureFlagAttributes.getVariants()
The variants of the feature flag.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFeatureFlagAttributes |
CreateFeatureFlagAttributes.addVariantsItem(CreateVariant variantsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFeatureFlagAttributes.setVariants(List<CreateVariant> variants) |
CreateFeatureFlagAttributes |
CreateFeatureFlagAttributes.variants(List<CreateVariant> variants) |
| Constructor and Description |
|---|
CreateFeatureFlagAttributes(String description,
String key,
String name,
ValueType valueType,
List<CreateVariant> variants) |
Copyright © 2026. All rights reserved.