Uses of Enum Class
com.se21.calbot.enums.Enums.calApiResponse
Packages that use Enums.calApiResponse
Package
Description
Contains enum classes used in project
Contains all the interfaces
Service classes to implement functionalities
-
Uses of Enums.calApiResponse in com.se21.calbot.enums
Methods in com.se21.calbot.enums that return Enums.calApiResponseModifier and TypeMethodDescriptionstatic Enums.calApiResponse
Returns the enum constant of this class with the specified name.static Enums.calApiResponse[]
Enums.calApiResponse.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Enums.calApiResponse in com.se21.calbot.interfaces
Methods in com.se21.calbot.interfaces that return Enums.calApiResponseModifier and TypeMethodDescriptionAdds event to calendar, currently you can only add unscheduled events i.e.Calendar.createNewUnscheduledCalendar()
Create a new Unscheduled calendar in user's selected calendarCalendar.deleteEvents()
Deletes one or some eventCalendar.updateEvents(org.json.simple.JSONObject req)
Updates existing events to calendar -
Uses of Enums.calApiResponse in com.se21.calbot.services
Methods in com.se21.calbot.services that return Enums.calApiResponseModifier and TypeMethodDescriptionGoogleCalendarService.createNewUnscheduledCalendar()
GoogleCalendarService.deleteEvents()
GoogleCalendarService.updateEvents(org.json.simple.JSONObject req)