Interface Budget.UpdateStages.WithFilter
-
- All Known Subinterfaces:
Budget.Update
- Enclosing interface:
- Budget.UpdateStages
public static interface Budget.UpdateStages.WithFilter
The stage of the Budget update allowing to specify filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Budget.Update
withFilter(BudgetFilter filter)
Specifies the filter property: May be used to filter budgets by user-specified dimensions and/or tags..
-
-
-
Method Detail
-
withFilter
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.
-
-