Interface DimensionCondition.Builder

  • Method Details

    • dimension

      DimensionCondition.Builder dimension(String dimension)

      The name of the dimension to filter by.

      Parameters:
      dimension - The name of the dimension to filter by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dimension

      The name of the dimension to filter by.

      Parameters:
      dimension - The name of the dimension to filter by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparison

      DimensionCondition.Builder comparison(String comparison)

      The comparison operator to use for the filter.

      Parameters:
      comparison - The comparison operator to use for the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparison

      DimensionCondition.Builder comparison(Comparison comparison)

      The comparison operator to use for the filter.

      Parameters:
      comparison - The comparison operator to use for the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.

      Parameters:
      values - The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.

      Parameters:
      values - The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.