Class VariableAggregationContext.VariableAggregationContextBuilder<C extends VariableAggregationContext,B extends VariableAggregationContext.VariableAggregationContextBuilder<C,B>>
java.lang.Object
io.camunda.optimize.service.db.report.context.VariableAggregationContext.VariableAggregationContextBuilder<C,B>
- Direct Known Subclasses:
VariableAggregationContextES.VariableAggregationContextESBuilder,VariableAggregationContextOS.VariableAggregationContextOSBuilder
- Enclosing class:
VariableAggregationContext
public abstract static class VariableAggregationContext.VariableAggregationContextBuilder<C extends VariableAggregationContext,B extends VariableAggregationContext.VariableAggregationContextBuilder<C,B>>
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Cbuild()combinedRangeMinMaxStats(MinMaxStatDto combinedRangeMinMaxStats) customBucketDto(CustomBucketDto customBucketDto) dateUnit(AggregateByDateUnit dateUnit) filterContext(FilterContext filterContext) indexNames(String[] indexNames) nestedVariableNameField(String nestedVariableNameField) nestedVariableValueFieldLabel(String nestedVariableValueFieldLabel) protected abstract Bself()toString()variableName(String variableName) variablePath(String variablePath) variableRangeMinMaxStats(MinMaxStatDto variableRangeMinMaxStats) variableType(VariableType variableType)
-
Constructor Details
-
VariableAggregationContextBuilder
public VariableAggregationContextBuilder()
-
-
Method Details