| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
Event.Source |
Event.Source.clone() |
Event.Source |
Event.getSource()
Source from which the event was created.
|
Event.Source |
Event.Source.set(java.lang.String fieldName,
java.lang.Object value) |
Event.Source |
Event.Source.setTitle(java.lang.String title)
Title of the source; for example a title of a web page or an email subject.
|
Event.Source |
Event.Source.setUrl(java.lang.String url)
URL of the source pointing to a resource.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.setSource(Event.Source source)
Source from which the event was created.
|