Interface NestedFilter.Builder

    • Method Detail

      • filterId

        NestedFilter.Builder filterId​(String filterId)

        An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

        Parameters:
        filterId - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • column

        NestedFilter.Builder column​(ColumnIdentifier column)

        The column that the filter is applied to.

        Parameters:
        column - The column that the filter is applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeInnerSet

        NestedFilter.Builder includeInnerSet​(Boolean includeInnerSet)

        A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.

        Parameters:
        includeInnerSet - A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • innerFilter

        NestedFilter.Builder innerFilter​(InnerFilter innerFilter)

        The InnerFilter defines the subset of data to be used with the NestedFilter.

        Parameters:
        innerFilter - The InnerFilter defines the subset of data to be used with the NestedFilter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.