Interface Budget.UpdateStages.WithTimeGrain

  • All Known Subinterfaces:
    Budget.Update
    Enclosing interface:
    Budget.UpdateStages

    public static interface Budget.UpdateStages.WithTimeGrain
    The stage of the Budget update allowing to specify timeGrain.
    • Method Detail

      • withTimeGrain

        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.