TopicCalculatedField.Builder |
TopicCalculatedField.Builder.aggregation(String aggregation) |
The default aggregation.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.aggregation(DefaultAggregation aggregation) |
The default aggregation.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.allowedAggregations(Collection<AuthorSpecifiedAggregation> allowedAggregations) |
The list of aggregation types that are allowed for the calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.allowedAggregations(AuthorSpecifiedAggregation... allowedAggregations) |
The list of aggregation types that are allowed for the calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.allowedAggregationsWithStrings(String... allowedAggregations) |
The list of aggregation types that are allowed for the calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.allowedAggregationsWithStrings(Collection<String> allowedAggregations) |
The list of aggregation types that are allowed for the calculated field.
|
static TopicCalculatedField.Builder |
TopicCalculatedField.builder() |
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.calculatedFieldDescription(String calculatedFieldDescription) |
The calculated field description.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.calculatedFieldName(String calculatedFieldName) |
The calculated field name.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.calculatedFieldSynonyms(String... calculatedFieldSynonyms) |
The other names or aliases for the calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.calculatedFieldSynonyms(Collection<String> calculatedFieldSynonyms) |
The other names or aliases for the calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.cellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms) |
The other names or aliases for the calculated field cell value.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.cellValueSynonyms(Consumer<CellValueSynonym.Builder>... cellValueSynonyms) |
The other names or aliases for the calculated field cell value.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.cellValueSynonyms(CellValueSynonym... cellValueSynonyms) |
The other names or aliases for the calculated field cell value.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.columnDataRole(String columnDataRole) |
The column data role for a calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.columnDataRole(ColumnDataRole columnDataRole) |
The column data role for a calculated field.
|
default TopicCalculatedField.Builder |
TopicCalculatedField.Builder.comparativeOrder(Consumer<ComparativeOrder.Builder> comparativeOrder) |
The order in which data is displayed for the calculated field when it's used in a comparative context.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.comparativeOrder(ComparativeOrder comparativeOrder) |
The order in which data is displayed for the calculated field when it's used in a comparative context.
|
default TopicCalculatedField.Builder |
TopicCalculatedField.Builder.defaultFormatting(Consumer<DefaultFormatting.Builder> defaultFormatting) |
The default formatting definition.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.defaultFormatting(DefaultFormatting defaultFormatting) |
The default formatting definition.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.disableIndexing(Boolean disableIndexing) |
A Boolean value that indicates if a calculated field is visible in the autocomplete.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.expression(String expression) |
The calculated field expression.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.isIncludedInTopic(Boolean isIncludedInTopic) |
A boolean value that indicates if a calculated field is included in the topic.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.neverAggregateInFilter(Boolean neverAggregateInFilter) |
A Boolean value that indicates whether to never aggregate calculated field in filters.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.nonAdditive(Boolean nonAdditive) |
The non additive for the table style target.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.notAllowedAggregations(Collection<AuthorSpecifiedAggregation> notAllowedAggregations) |
The list of aggregation types that are not allowed for the calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.notAllowedAggregations(AuthorSpecifiedAggregation... notAllowedAggregations) |
The list of aggregation types that are not allowed for the calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.notAllowedAggregationsWithStrings(String... notAllowedAggregations) |
The list of aggregation types that are not allowed for the calculated field.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.notAllowedAggregationsWithStrings(Collection<String> notAllowedAggregations) |
The list of aggregation types that are not allowed for the calculated field.
|
default TopicCalculatedField.Builder |
TopicCalculatedField.Builder.semanticType(Consumer<SemanticType.Builder> semanticType) |
The semantic type.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.semanticType(SemanticType semanticType) |
The semantic type.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.timeGranularity(String timeGranularity) |
The level of time precision that is used to aggregate DateTime values.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.timeGranularity(TopicTimeGranularity timeGranularity) |
The level of time precision that is used to aggregate DateTime values.
|
TopicCalculatedField.Builder |
TopicCalculatedField.toBuilder() |
|