Class CalendarEventWrapper
java.lang.Object
org.prebid.mobile.rendering.sdk.calendar.CalendarEventWrapper
Wraps an JSON calendar event element.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()getId()getStart()voidsetDescription(String description) voidvoidvoidsetLocation(String location) voidsetRecurrence(CalendarRepeatRule recurrence) voidsetReminder(String reminder) voidvoidsetStatus(CalendarEventWrapper.Status status) voidsetSummary(String summary) voidsetTransparency(CalendarEventWrapper.Transparency transparency)
-
Field Details
-
TAG
-
-
Constructor Details
-
CalendarEventWrapper
public CalendarEventWrapper(org.json.JSONObject params)
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
getLocation
-
setLocation
-
getSummary
-
setSummary
-
getStart
-
setStart
-
getEnd
-
setEnd
-
getStatus
-
setStatus
-
getTransparency
-
setTransparency
-
getRecurrence
-
setRecurrence
-
getReminder
-
setReminder
-