Skip to content

TimePickerBuilder🔗

Constructor🔗

new TimePickerBuilder()

Methods🔗

build🔗

Builds the object.

public TimePicker build()

hidden🔗

Whether timepicker is visible or not.

public TimePickerBuilder hidden(Boolean hidden)

nowDelay🔗

Override the now time by entering a time delay. Use this option to accommodate known delays in data aggregation to avoid null values.

public TimePickerBuilder nowDelay(String nowDelay)

refreshIntervals🔗

Interval options available in the refresh picker dropdown.

public TimePickerBuilder refreshIntervals(List<String> refreshIntervals)

timeOptions🔗

Selectable options available in the time picker dropdown. Has no effect on provisioned dashboard.

public TimePickerBuilder timeOptions(List<String> timeOptions)

See also🔗