Package net.bluemind.calendar.api
Class CalendarViewChanges
java.lang.Object
net.bluemind.calendar.api.CalendarViewChanges
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class - 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic CalendarViewChangescreate(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)  
 -