Uses of Enum Class
net.bluemind.calendar.api.PublishMode
Packages that use PublishMode
-
Uses of PublishMode in net.bluemind.calendar.api
Subclasses with type arguments of type PublishMode in net.bluemind.calendar.apiMethods in net.bluemind.calendar.api that return PublishModeModifier and TypeMethodDescriptionstatic PublishModeReturns the enum constant of this class with the specified name.static PublishMode[]PublishMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.calendar.api with parameters of type PublishModeModifier and TypeMethodDescriptionIPublishCalendar.createUrl(PublishMode mode, String token) Create an url for external calendar accessvoidIPublishCalendarAsync.createUrl(PublishMode mode, String token, AsyncHandler<String> handler) IPublishCalendarPromise.createUrl(PublishMode mode, String token) IPublishCalendar.generateUrl(PublishMode mode) Generate an url for external calendar accessvoidIPublishCalendarAsync.generateUrl(PublishMode mode, AsyncHandler<String> handler) IPublishCalendarPromise.generateUrl(PublishMode mode) IPublishCalendar.getGeneratedUrls(PublishMode mode) voidIPublishCalendarAsync.getGeneratedUrls(PublishMode mode, AsyncHandler<List<String>> handler) IPublishCalendarPromise.getGeneratedUrls(PublishMode mode)