TopicFilter

data class TopicFilter(val categoryFilter: TopicCategoryFilter? = null, val dateRangeFilter: TopicDateRangeFilter? = null, val filterClass: TopicFilterClass? = null, val filterDescription: String? = null, val filterName: String, val filterSynonyms: List<String>? = null, val filterType: TopicNamedFilterType? = null, val numericEqualityFilter: TopicNumericEqualityFilter? = null, val numericRangeFilter: TopicNumericRangeFilter? = null, val operandFieldName: String, val relativeDateFilter: TopicRelativeDateFilter? = null)

Constructors

Link copied to clipboard
constructor(categoryFilter: TopicCategoryFilter? = null, dateRangeFilter: TopicDateRangeFilter? = null, filterClass: TopicFilterClass? = null, filterDescription: String? = null, filterName: String, filterSynonyms: List<String>? = null, filterType: TopicNamedFilterType? = null, numericEqualityFilter: TopicNumericEqualityFilter? = null, numericRangeFilter: TopicNumericRangeFilter? = null, operandFieldName: String, relativeDateFilter: TopicRelativeDateFilter? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category filter that is associated with this filter.

Link copied to clipboard

The date range filter.

Link copied to clipboard

The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER , CONDITIONAL_VALUE_FILTER , and NAMED_VALUE_FILTER .

Link copied to clipboard

A description of the filter used to select items for a topic.

Link copied to clipboard

The name of the filter.

Link copied to clipboard
val filterSynonyms: List<String>? = null

The other names or aliases for the filter.

Link copied to clipboard

The type of the filter. Valid values for this structure are CATEGORY_FILTER , NUMERIC_EQUALITY_FILTER , NUMERIC_RANGE_FILTER , DATE_RANGE_FILTER , and RELATIVE_DATE_FILTER .

Link copied to clipboard

The numeric equality filter.

Link copied to clipboard

The numeric range filter.

Link copied to clipboard

The name of the field that the filter operates on.

Link copied to clipboard

The relative date filter.