-
public final class CalendarEventWrapperWraps an JSON calendar event element.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCalendarEventWrapper.Statuspublic enumCalendarEventWrapper.Transparency
-
Field Summary
Fields Modifier and Type Field Description public final static StringTAGprivate Stringidprivate Stringdescriptionprivate Stringlocationprivate Stringsummaryprivate DateWrapperstartprivate DateWrapperendprivate CalendarEventWrapper.Statusstatusprivate CalendarEventWrapper.Transparencytransparencyprivate CalendarRepeatRulerecurrenceprivate DateWrapperreminder
-
Constructor Summary
Constructors Constructor Description CalendarEventWrapper(JSONObject params)
-
Method Summary
Modifier and Type Method Description StringgetId()voidsetId(String id)StringgetDescription()voidsetDescription(String description)StringgetLocation()voidsetLocation(String location)StringgetSummary()voidsetSummary(String summary)DateWrappergetStart()voidsetStart(String start)DateWrappergetEnd()voidsetEnd(String end)CalendarEventWrapper.StatusgetStatus()voidsetStatus(CalendarEventWrapper.Status status)CalendarEventWrapper.TransparencygetTransparency()voidsetTransparency(CalendarEventWrapper.Transparency transparency)CalendarRepeatRulegetRecurrence()voidsetRecurrence(CalendarRepeatRule recurrence)DateWrappergetReminder()voidsetReminder(String reminder)-
-
Constructor Detail
-
CalendarEventWrapper
CalendarEventWrapper(JSONObject params)
-
-
Method Detail
-
getDescription
String getDescription()
-
setDescription
void setDescription(String description)
-
getLocation
String getLocation()
-
setLocation
void setLocation(String location)
-
getSummary
String getSummary()
-
setSummary
void setSummary(String summary)
-
getStart
DateWrapper getStart()
-
getEnd
DateWrapper getEnd()
-
getStatus
CalendarEventWrapper.Status getStatus()
-
setStatus
void setStatus(CalendarEventWrapper.Status status)
-
getTransparency
CalendarEventWrapper.Transparency getTransparency()
-
setTransparency
void setTransparency(CalendarEventWrapper.Transparency transparency)
-
getRecurrence
CalendarRepeatRule getRecurrence()
-
setRecurrence
void setRecurrence(CalendarRepeatRule recurrence)
-
getReminder
DateWrapper getReminder()
-
setReminder
void setReminder(String reminder)
-
-
-
-