Interface FilterGroup.Builder

    • Method Detail

      • type

        FilterGroup.Builder type​(String type)

        The type of logical relationship between the dimensions of the Filter group.

        Parameters:
        type - The type of logical relationship between the dimensions of the Filter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Type, Type
      • type

        FilterGroup.Builder type​(Type type)

        The type of logical relationship between the dimensions of the Filter group.

        Parameters:
        type - The type of logical relationship between the dimensions of the Filter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Type, Type
      • dimensions

        FilterGroup.Builder dimensions​(Collection<FilterDimension> dimensions)

        Object that holds the attributes to filter on.

        Parameters:
        dimensions - Object that holds the attributes to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensions

        FilterGroup.Builder dimensions​(FilterDimension... dimensions)

        Object that holds the attributes to filter on.

        Parameters:
        dimensions - Object that holds the attributes to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.