Uses of Class
net.bluemind.calendar.api.VFreebusyQuery
-
Uses of VFreebusyQuery in net.bluemind.calendar.api
Modifier and TypeMethodDescriptionstatic VFreebusyQuery
VFreebusyQuery.create
(BmDateTime dtstart, BmDateTime dtend) Modifier and TypeMethodDescriptionIPublicFreebusy.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query) Export the free/busy informationvoid
IPublicFreebusyAsync.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query, AsyncHandler<VFreebusy> handler) IPublicFreebusyPromise.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query) IVFreebusy.get
(VFreebusyQuery query) Export the free/busy informationvoid
IVFreebusyAsync.get
(VFreebusyQuery query, AsyncHandler<VFreebusy> handler) IVFreebusyPromise.get
(VFreebusyQuery query) IPublicFreebusy.getAsString
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query) Export the free/busy informationvoid
IPublicFreebusyAsync.getAsString
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query, AsyncHandler<String> handler) IPublicFreebusyPromise.getAsString
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query) IVFreebusy.getAsString
(VFreebusyQuery query) Export the free/busy informationvoid
IVFreebusyAsync.getAsString
(VFreebusyQuery query, AsyncHandler<String> handler) IVFreebusyPromise.getAsString
(VFreebusyQuery query)