public final class CalendarNotification
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Calendar API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CalendarNotification() |
| Modifier and Type | Method and Description |
|---|---|
CalendarNotification |
clone() |
java.lang.String |
getMethod()
The method used to deliver the notification.
|
java.lang.String |
getType()
The type of notification.
|
CalendarNotification |
set(java.lang.String fieldName,
java.lang.Object value) |
CalendarNotification |
setMethod(java.lang.String method)
The method used to deliver the notification.
|
CalendarNotification |
setType(java.lang.String type)
The type of notification.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getMethod()
null for nonepublic CalendarNotification setMethod(java.lang.String method)
method - method or null for nonepublic java.lang.String getType()
null for nonepublic CalendarNotification setType(java.lang.String type)
type - type or null for nonepublic CalendarNotification set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CalendarNotification clone()
clone in class com.google.api.client.json.GenericJson