Budget.UpdateStages.WithFilter Interface

public static interface Budget.UpdateStages.WithFilter

The stage of the Budget update allowing to specify filter.

Method Summary

Modifier and Type Method and Description
abstract Update withFilter(BudgetFilter filter)

Specifies the filter property: May be used to filter budgets by user-specified dimensions and/or tags..

Method Details

withFilter

public abstract Budget.Update withFilter(BudgetFilter filter)

Specifies the filter property: May be used to filter budgets by user-specified dimensions and/or tags..

Parameters:

filter - May be used to filter budgets by user-specified dimensions and/or tags.

Returns:

the next definition stage.

Applies to