UpsertAllocationRequest |
UpsertAllocationRequest.addGuardrailMetricsItem(GuardrailMetricRequest guardrailMetricsItem) |
UpsertAllocationRequest |
UpsertAllocationRequest.addTargetingRulesItem(TargetingRuleRequest targetingRulesItem) |
UpsertAllocationRequest |
UpsertAllocationRequest.addVariantWeightsItem(VariantWeightRequest variantWeightsItem) |
UpsertAllocationRequest |
UpsertAllocationRequest.experimentId(String experimentId) |
UpsertAllocationRequest |
UpsertAllocationRequest.exposureSchedule(ExposureScheduleRequest exposureSchedule) |
UpsertAllocationRequest |
AllocationDataRequest.getAttributes()
Request to create or update a targeting rule (allocation) for a feature flag environment.
|
UpsertAllocationRequest |
UpsertAllocationRequest.guardrailMetrics(List<GuardrailMetricRequest> guardrailMetrics) |
UpsertAllocationRequest |
UpsertAllocationRequest.id(UUID id) |
UpsertAllocationRequest |
UpsertAllocationRequest.key(String key) |
UpsertAllocationRequest |
UpsertAllocationRequest.name(String name) |
UpsertAllocationRequest |
UpsertAllocationRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpsertAllocationRequest |
UpsertAllocationRequest.targetingRules(List<TargetingRuleRequest> targetingRules) |
UpsertAllocationRequest |
UpsertAllocationRequest.type(AllocationType type) |
UpsertAllocationRequest |
UpsertAllocationRequest.variantWeights(List<VariantWeightRequest> variantWeights) |