Uses of Class
net.bluemind.calendar.api.VEventChanges
Packages that use VEventChanges
-
Uses of VEventChanges in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api that return VEventChangesModifier and TypeMethodDescriptionstatic VEventChanges
VEventChanges.create
(List<VEventChanges.ItemAdd> add, List<VEventChanges.ItemModify> update, List<VEventChanges.ItemDelete> delete) Methods in net.bluemind.calendar.api with parameters of type VEventChangesModifier 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
Methods in net.bluemind.calendar.api.internal with parameters of type VEventChangesModifier and TypeMethodDescriptionIInternalCalendar.updates
(VEventChanges changes, boolean notify)