Interface ResponseBudgetAction.Builder

  • Method Details

    • type

      The action taken on the budget once scheduling stops.

      Parameters:
      type - The action taken on the budget once scheduling stops.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The action taken on the budget once scheduling stops.

      Parameters:
      type - The action taken on the budget once scheduling stops.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • thresholdPercentage

      ResponseBudgetAction.Builder thresholdPercentage(Float thresholdPercentage)

      The percentage threshold for the budget.

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

      ResponseBudgetAction.Builder description(String description)

      The budget action description.

      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 - The budget action description.

      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.