| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
CalendarNotification |
CalendarNotification.clone() |
CalendarNotification |
CalendarNotification.set(java.lang.String fieldName,
java.lang.Object value) |
CalendarNotification |
CalendarNotification.setMethod(java.lang.String method)
The method used to deliver the notification.
|
CalendarNotification |
CalendarNotification.setType(java.lang.String type)
The type of notification.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CalendarNotification> |
CalendarListEntry.NotificationSettings.getNotifications()
The list of notifications set for this calendar.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarListEntry.NotificationSettings |
CalendarListEntry.NotificationSettings.setNotifications(java.util.List<CalendarNotification> notifications)
The list of notifications set for this calendar.
|