Uses of Class
net.bluemind.calendar.api.VEventChanges
-
Uses of VEventChanges in net.bluemind.calendar.api
Modifier and TypeMethodDescriptionstatic VEventChanges
VEventChanges.create
(List<VEventChanges.ItemAdd> add, List<VEventChanges.ItemModify> update, List<VEventChanges.ItemDelete> delete) Modifier and TypeMethodDescriptionvoid
VEventChanges.addAll
(VEventChanges eventChanges) ICalendar.sync
(Long since, VEventChanges changes) Apply the given changes and return the differences since the given time.void
ICalendarAsync.sync
(Long since, VEventChanges changes, AsyncHandler<ContainerChangeset<String>> handler) ICalendarPromise.sync
(Long since, VEventChanges changes) ICalendar.updates
(VEventChanges changes) Applies changes (create, update, delete) to a calendar specified by itscontainerUid
.void
ICalendarAsync.updates
(VEventChanges changes, AsyncHandler<ContainerUpdatesResult> handler) ICalendarPromise.updates
(VEventChanges changes) -
Uses of VEventChanges in net.bluemind.calendar.api.internal
Modifier and TypeMethodDescriptionIInternalCalendar.updates
(VEventChanges changes, boolean notify)