Uses of Class
net.bluemind.calendar.api.VFreebusy
Packages that use VFreebusy
-
Uses of VFreebusy in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api that return VFreebusyModifier and TypeMethodDescriptionIPublicFreebusy.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query) Export the free/busy informationIVFreebusy.get
(VFreebusyQuery query) Export the free/busy informationMethods in net.bluemind.calendar.api that return types with arguments of type VFreebusyModifier and TypeMethodDescriptionIPublicFreebusyPromise.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query) IVFreebusyPromise.get
(VFreebusyQuery query) Method parameters in net.bluemind.calendar.api with type arguments of type VFreebusyModifier and TypeMethodDescriptionvoid
IPublicFreebusyAsync.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query, AsyncHandler<VFreebusy> handler) void
IVFreebusyAsync.get
(VFreebusyQuery query, AsyncHandler<VFreebusy> handler)