Budget.UpdateStages.WithCategory Interface

public static interface Budget.UpdateStages.WithCategory

The stage of the Budget update allowing to specify category.

Method Summary

Modifier and Type Method and Description
abstract Update withCategory(CategoryType category)

Specifies the category property: The category of the budget, whether the budget tracks cost or usage..

Method Details

withCategory

public abstract Budget.Update withCategory(CategoryType category)

Specifies the category property: The category of the budget, whether the budget tracks cost or usage..

Parameters:

category - The category of the budget, whether the budget tracks cost or usage.

Returns:

the next definition stage.

Applies to