Uses of Class
net.bluemind.calendar.api.VFreebusyQuery
Packages that use VFreebusyQuery
-
Uses of VFreebusyQuery in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api that return VFreebusyQueryModifier and TypeMethodDescriptionstatic VFreebusyQuery
VFreebusyQuery.create
(BmDateTime dtstart, BmDateTime dtend) Methods in net.bluemind.calendar.api with parameters of type VFreebusyQueryModifier 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)