Class CalendarsConfigBean
java.lang.Object
ch.tocco.nice2.optional.calendar.impl.rest.beans.CalendarsConfigBean
This bean holds the whole configuration for the POST body of the
CalendarEventsResource request.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetEnd()longgetStart()inthashCode()voidsetCalendars(List<CalendarConfigBean> calendars) voidsetEnd(long end) voidsetStart(long start)
-
Constructor Details
-
CalendarsConfigBean
public CalendarsConfigBean()
-
-
Method Details