Budget.UpdateStages.WithTimeGrain Interface

public static interface Budget.UpdateStages.WithTimeGrain

The stage of the Budget update allowing to specify timeGrain.

Method Summary

Modifier and Type Method and Description
abstract Update withTimeGrain(TimeGrainType timeGrain)

Specifies the timeGrain property: The time covered by a budget.

Method Details

withTimeGrain

public abstract Budget.Update withTimeGrain(TimeGrainType timeGrain)

Specifies the timeGrain property: The time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers.

Parameters:

timeGrain - The time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers.

Returns:

the next definition stage.

Applies to