public final class EventReminder
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
EventReminder() |
| Modifier and Type | Method and Description |
|---|---|
EventReminder |
clone() |
java.lang.String |
getMethod()
The method used by this reminder.
|
java.lang.Integer |
getMinutes()
Number of minutes before the start of the event when the reminder should trigger.
|
EventReminder |
set(java.lang.String fieldName,
java.lang.Object value) |
EventReminder |
setMethod(java.lang.String method)
The method used by this reminder.
|
EventReminder |
setMinutes(java.lang.Integer minutes)
Number of minutes before the start of the event when the reminder should trigger.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getMethod()
null for nonepublic EventReminder setMethod(java.lang.String method)
method - method or null for nonepublic java.lang.Integer getMinutes()
null for nonepublic EventReminder setMinutes(java.lang.Integer minutes)
minutes - minutes or null for nonepublic EventReminder set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EventReminder clone()
clone in class com.google.api.client.json.GenericJson