public static final class CalendarListEntry.NotificationSettings
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CalendarListEntry.NotificationSettings() |
| Modifier and Type | Method and Description |
|---|---|
CalendarListEntry.NotificationSettings |
clone() |
java.util.List<CalendarNotification> |
getNotifications()
The list of notifications set for this calendar.
|
CalendarListEntry.NotificationSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
CalendarListEntry.NotificationSettings |
setNotifications(java.util.List<CalendarNotification> notifications)
The list of notifications set for this calendar.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic CalendarListEntry.NotificationSettings()
public java.util.List<CalendarNotification> getNotifications()
null for nonepublic CalendarListEntry.NotificationSettings setNotifications(java.util.List<CalendarNotification> notifications)
notifications - notifications or null for nonepublic CalendarListEntry.NotificationSettings set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CalendarListEntry.NotificationSettings clone()
clone in class com.google.api.client.json.GenericJson