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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getEnd()
long
getStart()
int
hashCode()
void
setCalendars
(List<CalendarConfigBean> calendars) void
setEnd
(long end) void
setStart
(long start)
-
Constructor Details
-
CalendarsConfigBean
public CalendarsConfigBean()
-
-
Method Details