Interface BudgetActionToAdd.Builder

  • Method Details

    • type

      The type of budget action to add.

      Parameters:
      type - The type of budget action to add.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of budget action to add.

      Parameters:
      type - The type of budget action to add.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • thresholdPercentage

      BudgetActionToAdd.Builder thresholdPercentage(Float thresholdPercentage)

      The percentage threshold for the budget action to add.

      Parameters:
      thresholdPercentage - The percentage threshold for the budget action to add.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      BudgetActionToAdd.Builder description(String description)

      A description for the budget action to add.

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

      Parameters:
      description - A description for the budget action to add.

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

      Returns:
      Returns a reference to this object so that method calls can be chained together.