Budget.UpdateStages.WithAmount Interface

public static interface Budget.UpdateStages.WithAmount

The stage of the Budget update allowing to specify amount.

Method Summary

Modifier and Type Method and Description
abstract Update withAmount(BigDecimal amount)

Specifies the amount property: The total amount of cost to track with the budget.

Method Details

withAmount

public abstract 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.

Applies to