java.lang.Object |
↳ |
org.mule.modules.google.api.model.BaseWrapper<T extends com.google.api.client.json.GenericJson> |
|
↳ |
org.mule.module.google.calendar.model.Event |
Class Overview
Wrapper for com.google.api.services.calendar.model.Event
to make it data mapper friendly.
Summary
[Expand]
Inherited Fields |
From class
org.mule.modules.google.api.model.BaseWrapper
protected
T extends GenericJson |
wrapped |
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.google.api.model.BaseWrapper
static
<G extends GenericJson, T extends BaseWrapper<?>>
List<G>
|
unwrapp(Collection<T> arg0, Class<G> arg1)
|
static
<T extends BaseWrapper<?>, G extends GenericJson>
List<T>
|
valueOf(Collection<G> arg0, Class<T> arg1)
|
T
|
wrapped()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
Event
(Event wrapped)
Public Methods
public
boolean
equals
(Object arg0)
public
Boolean
getAnyoneCanAddSelf
()
public
Boolean
getAttendeesOmitted
()
public
String
getColorId
()
public
DateTime
getCreated
()
public
String
getDescription
()
public
Boolean
getGuestsCanInviteOthers
()
public
Boolean
getGuestsCanModify
()
public
Boolean
getGuestsCanSeeOtherGuests
()
public
String
getHtmlLink
()
public
String
getICalUID
()
public
String
getLocation
()
public
Boolean
getPrivateCopy
()
public
List<String>
getRecurrence
()
public
String
getRecurringEventId
()
public
Integer
getSequence
()
public
String
getStatus
()
public
String
getSummary
()
public
String
getTransparency
()
public
DateTime
getUpdated
()
public
String
getVisibility
()
public
void
setAnyoneCanAddSelf
(Boolean anyoneCanAddSelf)
public
Event
setAttendeesOmitted
(Boolean attendeesOmitted)
public
void
setColorId
(String colorId)
public
void
setCreated
(DateTime created)
public
void
setCreator
(Creator creator)
public
void
setDescription
(String description)
public
void
setEtag
(String etag)
public
void
setGuestsCanInviteOthers
(Boolean guestsCanInviteOthers)
public
void
setGuestsCanModify
(Boolean guestsCanModify)
public
void
setGuestsCanSeeOtherGuests
(Boolean guestsCanSeeOtherGuests)
public
void
setHtmlLink
(String htmlLink)
public
void
setICalUID
(String iCalUID)
public
void
setId
(String id)
public
void
setLocation
(String location)
public
void
setOrganizer
(Organizer organizer)
public
void
setOriginalStartTime
(EventDateTime originalStartTime)
public
void
setPrivateCopy
(Boolean privateCopy)
public
void
setRecurrence
(List<String> recurrence)
public
void
setRecurringEventId
(String recurringEventId)
public
void
setReminders
(Reminders reminders)
public
void
setSequence
(Integer sequence)
public
void
setStatus
(String status)
public
void
setSummary
(String summary)
public
void
setTransparency
(String transparency)
public
void
setUpdated
(DateTime updated)
public
void
setVisibility
(String visibility)
public
String
toPrettyString
()
public
String
toString
()