Interface View.UpdateStages.WithAccumulated

All Known Subinterfaces:
View.Update
Enclosing interface:
View.UpdateStages

public static interface View.UpdateStages.WithAccumulated
The stage of the View update allowing to specify accumulated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the accumulated property: Show costs accumulated over time..
  • Method Details

    • withAccumulated

      View.Update withAccumulated(AccumulatedType accumulated)
      Specifies the accumulated property: Show costs accumulated over time..
      Parameters:
      accumulated - Show costs accumulated over time.
      Returns:
      the next definition stage.