Allocation |
Allocation.addEnvironmentIdsItem(UUID environmentIdsItem) |
Allocation |
Allocation.addGuardrailMetricsItem(GuardrailMetric guardrailMetricsItem) |
Allocation |
Allocation.addTargetingRulesItem(TargetingRule targetingRulesItem) |
Allocation |
Allocation.addVariantWeightsItem(VariantWeight variantWeightsItem) |
Allocation |
Allocation.createdAt(OffsetDateTime createdAt) |
Allocation |
Allocation.environmentIds(List<UUID> environmentIds) |
Allocation |
Allocation.experimentId(String experimentId) |
Allocation |
Allocation.exposureSchedule(AllocationExposureSchedule exposureSchedule) |
Allocation |
AllocationDataResponse.getAttributes()
Targeting rule (allocation) details for a feature flag environment.
|
Allocation |
Allocation.guardrailMetrics(List<GuardrailMetric> guardrailMetrics) |
Allocation |
Allocation.id(UUID id) |
Allocation |
Allocation.key(String key) |
Allocation |
Allocation.name(String name) |
Allocation |
Allocation.orderPosition(Long orderPosition) |
Allocation |
Allocation.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Allocation |
Allocation.targetingRules(List<TargetingRule> targetingRules) |
Allocation |
Allocation.type(AllocationType type) |
Allocation |
Allocation.updatedAt(OffsetDateTime updatedAt) |
Allocation |
Allocation.variantWeights(List<VariantWeight> variantWeights) |