Uses of Class
net.bluemind.calendar.api.CalendarDescriptor
Packages that use CalendarDescriptor
-
Uses of CalendarDescriptor in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api that return CalendarDescriptorModifier and TypeMethodDescriptionstatic CalendarDescriptor
ICalendarsMgmt.getComplete
(String uid) Methods in net.bluemind.calendar.api that return types with arguments of type CalendarDescriptorMethods in net.bluemind.calendar.api with parameters of type CalendarDescriptorModifier and TypeMethodDescriptionvoid
ICalendarsMgmt.create
(String uid, CalendarDescriptor descriptor) void
ICalendarsMgmtAsync.create
(String uid, CalendarDescriptor descriptor, AsyncHandler<Void> handler) ICalendarsMgmtPromise.create
(String uid, CalendarDescriptor descriptor) void
ICalendarsMgmt.update
(String uid, CalendarDescriptor descriptor) void
ICalendarsMgmtAsync.update
(String uid, CalendarDescriptor descriptor, AsyncHandler<Void> handler) ICalendarsMgmtPromise.update
(String uid, CalendarDescriptor descriptor) Method parameters in net.bluemind.calendar.api with type arguments of type CalendarDescriptorModifier and TypeMethodDescriptionvoid
ICalendarsMgmtAsync.getComplete
(String uid, AsyncHandler<CalendarDescriptor> handler)