Skip to content

TimeIntervalBuilder🔗

Constructor🔗

new TimeIntervalBuilder()

Methods🔗

build🔗

Builds the object.

public TimeInterval build()

daysOfMonth🔗

public TimeIntervalBuilder daysOfMonth(List<com.grafana.foundation.cog.Builder<DayOfMonthRange>> daysOfMonth)

location🔗

public TimeIntervalBuilder location(String location)

months🔗

public TimeIntervalBuilder months(List<com.grafana.foundation.cog.Builder<MonthRange>> months)

times🔗

public TimeIntervalBuilder times(List<com.grafana.foundation.cog.Builder<TimeRange>> times)

weekdays🔗

public TimeIntervalBuilder weekdays(List<com.grafana.foundation.cog.Builder<WeekdayRange>> weekdays)

years🔗

public TimeIntervalBuilder years(List<com.grafana.foundation.cog.Builder<YearRange>> years)

See also🔗