Interface Budget.UpdateStages.WithAmount

  • All Known Subinterfaces:
    Budget.Update
    Enclosing interface:
    Budget.UpdateStages

    public static interface Budget.UpdateStages.WithAmount
    The stage of the Budget update allowing to specify amount.
    • Method Detail

      • withAmount

        Budget.Update withAmount​(BigDecimal amount)
        Specifies the amount property: The total amount of cost to track with the budget.
        Parameters:
        amount - The total amount of cost to track with the budget.
        Returns:
        the next definition stage.