Interface CostCategoryValues.Builder

  • Method Details

    • key

      The unique name of the cost category.

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

      The specific value of the cost category.

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

      The specific value of the cost category.

      Parameters:
      values - The specific value of the cost category.
      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 that you can use to filter your results.

      Parameters:
      matchOptions - The match options that you can use to filter your results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptionsWithStrings

      CostCategoryValues.Builder matchOptionsWithStrings(String... matchOptions)

      The match options that you can use to filter your results.

      Parameters:
      matchOptions - The match options that you can use to filter your results.
      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 that you can use to filter your results.

      Parameters:
      matchOptions - The match options that you can use to filter your results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptions

      CostCategoryValues.Builder matchOptions(MatchOption... matchOptions)

      The match options that you can use to filter your results.

      Parameters:
      matchOptions - The match options that you can use to filter your results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.