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(String fieldName,
Object value) |
Event.Source |
Event.Source.setTitle(String title)
Title of the source; for example a title of a web page or an email subject.
|
Event.Source |
Event.Source.setUrl(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.
|
Copyright © 2011–2025 Google. All rights reserved.