Package net.bluemind.calendar.api
Class CalendarViewChanges
java.lang.Object
net.bluemind.calendar.api.CalendarViewChanges
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CalendarViewChanges
create
(List<CalendarViewChanges.ItemAdd> add, List<CalendarViewChanges.ItemModify> update, List<CalendarViewChanges.ItemDelete> delete)
-
Field Details
-
add
-
modify
-
delete
-
-
Constructor Details
-
CalendarViewChanges
public CalendarViewChanges()
-
-
Method Details
-
create
public static CalendarViewChanges create(List<CalendarViewChanges.ItemAdd> add, List<CalendarViewChanges.ItemModify> update, List<CalendarViewChanges.ItemDelete> delete)
-