BarRaceFrameFluent extension
Generated fluent modifiers for BarRaceFrame.
- on
Methods
-
clearTimestamp(
) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Clears BarRaceFrame.timestamp tonull. -
clearTotal(
) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Clears BarRaceFrame.total tonull. -
withId(
String value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.id withvalue. -
withLabel(
String value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.label withvalue. -
withTimestamp(
DateTime value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.timestamp withvalue. -
withTotal(
double value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.total withvalue. -
withValues(
Map< String, double> value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.values withvalue.