Uses of Enum Class
net.bluemind.calendar.api.PublishMode
-
Uses of PublishMode in net.bluemind.calendar.api
Modifier and TypeMethodDescriptionstatic PublishMode
Returns 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.Modifier and TypeMethodDescriptionIPublishCalendar.createUrl
(PublishMode mode, String token) Create an url for external calendar accessvoid
IPublishCalendarAsync.createUrl
(PublishMode mode, String token, AsyncHandler<String> handler) IPublishCalendarPromise.createUrl
(PublishMode mode, String token) IPublishCalendar.generateUrl
(PublishMode mode) Generate an url for external calendar accessvoid
IPublishCalendarAsync.generateUrl
(PublishMode mode, AsyncHandler<String> handler) IPublishCalendarPromise.generateUrl
(PublishMode mode) IPublishCalendar.getGeneratedUrls
(PublishMode mode) void
IPublishCalendarAsync.getGeneratedUrls
(PublishMode mode, AsyncHandler<List<String>> handler) IPublishCalendarPromise.getGeneratedUrls
(PublishMode mode)