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 CalendarEntryof(String title, Serializable value, Serializable start) toString()withEnd(Serializable end)
-
Method Details
-
of
-
withEnd
-
withColor
-
getTitle
-
getValue
-
getStart
-
getEnd
-
getColor
-
toString
-