Class CalendarEntry
java.lang.Object
com.djrapitops.plan.delivery.rendering.json.graphs.calendar.CalendarEntry
Represents an entry for FullCalendar json calendar.
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getEnd()
getStart()
getTitle()
getValue()
static CalendarEntry
of
(String title, Serializable value, Serializable start) toString()
withEnd
(Serializable end)