TopicColumn.Builder |
TopicColumn.Builder.aggregation(String aggregation) |
The type of aggregation that is performed on the column data when it's queried.
|
TopicColumn.Builder |
TopicColumn.Builder.aggregation(DefaultAggregation aggregation) |
The type of aggregation that is performed on the column data when it's queried.
|
TopicColumn.Builder |
TopicColumn.Builder.allowedAggregations(Collection<AuthorSpecifiedAggregation> allowedAggregations) |
The list of aggregation types that are allowed for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.allowedAggregations(AuthorSpecifiedAggregation... allowedAggregations) |
The list of aggregation types that are allowed for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.allowedAggregationsWithStrings(String... allowedAggregations) |
The list of aggregation types that are allowed for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.allowedAggregationsWithStrings(Collection<String> allowedAggregations) |
The list of aggregation types that are allowed for the column.
|
static TopicColumn.Builder |
TopicColumn.builder() |
|
TopicColumn.Builder |
TopicColumn.Builder.cellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms) |
The other names or aliases for the column cell value.
|
TopicColumn.Builder |
TopicColumn.Builder.cellValueSynonyms(Consumer<CellValueSynonym.Builder>... cellValueSynonyms) |
The other names or aliases for the column cell value.
|
TopicColumn.Builder |
TopicColumn.Builder.cellValueSynonyms(CellValueSynonym... cellValueSynonyms) |
The other names or aliases for the column cell value.
|
TopicColumn.Builder |
TopicColumn.Builder.columnDataRole(String columnDataRole) |
The role of the column in the data.
|
TopicColumn.Builder |
TopicColumn.Builder.columnDataRole(ColumnDataRole columnDataRole) |
The role of the column in the data.
|
TopicColumn.Builder |
TopicColumn.Builder.columnDescription(String columnDescription) |
A description of the column and its contents.
|
TopicColumn.Builder |
TopicColumn.Builder.columnFriendlyName(String columnFriendlyName) |
A user-friendly name for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.columnName(String columnName) |
The name of the column.
|
TopicColumn.Builder |
TopicColumn.Builder.columnSynonyms(String... columnSynonyms) |
The other names or aliases for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.columnSynonyms(Collection<String> columnSynonyms) |
The other names or aliases for the column.
|
default TopicColumn.Builder |
TopicColumn.Builder.comparativeOrder(Consumer<ComparativeOrder.Builder> comparativeOrder) |
The order in which data is displayed for the column when it's used in a comparative context.
|
TopicColumn.Builder |
TopicColumn.Builder.comparativeOrder(ComparativeOrder comparativeOrder) |
The order in which data is displayed for the column when it's used in a comparative context.
|
default TopicColumn.Builder |
TopicColumn.Builder.defaultFormatting(Consumer<DefaultFormatting.Builder> defaultFormatting) |
The default formatting used for values in the column.
|
TopicColumn.Builder |
TopicColumn.Builder.defaultFormatting(DefaultFormatting defaultFormatting) |
The default formatting used for values in the column.
|
TopicColumn.Builder |
TopicColumn.Builder.disableIndexing(Boolean disableIndexing) |
A Boolean value that indicates whether the column shows in the autocomplete functionality.
|
TopicColumn.Builder |
TopicColumn.Builder.isIncludedInTopic(Boolean isIncludedInTopic) |
A Boolean value that indicates whether the column is included in the query results.
|
TopicColumn.Builder |
TopicColumn.Builder.neverAggregateInFilter(Boolean neverAggregateInFilter) |
A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
|
TopicColumn.Builder |
TopicColumn.Builder.nonAdditive(Boolean nonAdditive) |
The non additive value for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.notAllowedAggregations(Collection<AuthorSpecifiedAggregation> notAllowedAggregations) |
The list of aggregation types that are not allowed for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.notAllowedAggregations(AuthorSpecifiedAggregation... notAllowedAggregations) |
The list of aggregation types that are not allowed for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.notAllowedAggregationsWithStrings(String... notAllowedAggregations) |
The list of aggregation types that are not allowed for the column.
|
TopicColumn.Builder |
TopicColumn.Builder.notAllowedAggregationsWithStrings(Collection<String> notAllowedAggregations) |
The list of aggregation types that are not allowed for the column.
|
default TopicColumn.Builder |
TopicColumn.Builder.semanticType(Consumer<SemanticType.Builder> semanticType) |
The semantic type of data contained in the column.
|
TopicColumn.Builder |
TopicColumn.Builder.semanticType(SemanticType semanticType) |
The semantic type of data contained in the column.
|
TopicColumn.Builder |
TopicColumn.Builder.timeGranularity(String timeGranularity) |
The level of time precision that is used to aggregate DateTime values.
|
TopicColumn.Builder |
TopicColumn.Builder.timeGranularity(TopicTimeGranularity timeGranularity) |
The level of time precision that is used to aggregate DateTime values.
|
TopicColumn.Builder |
TopicColumn.toBuilder() |
|