Interface CostCategoryValues.Builder

  • Method Details

    • key

      The key of the cost category to filter on.

      Parameters:
      key - The key of the cost category to filter on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The values to match for the specified cost category key.

      Parameters:
      values - The values to match for the specified cost category key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The values to match for the specified cost category key.

      Parameters:
      values - The values to match for the specified cost category key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptionsWithStrings

      CostCategoryValues.Builder matchOptionsWithStrings(Collection<String> matchOptions)

      The match options for cost category values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

      Parameters:
      matchOptions - The match options for cost category values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptionsWithStrings

      CostCategoryValues.Builder matchOptionsWithStrings(String... matchOptions)

      The match options for cost category values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

      Parameters:
      matchOptions - The match options for cost category values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptions

      CostCategoryValues.Builder matchOptions(Collection<MatchOption> matchOptions)

      The match options for cost category values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

      Parameters:
      matchOptions - The match options for cost category values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptions

      CostCategoryValues.Builder matchOptions(MatchOption... matchOptions)

      The match options for cost category values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

      Parameters:
      matchOptions - The match options for cost category values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.