public static final class Reminder.Method
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALERT
Causes an alert to appear when a user is viewing the calendar in a
browser.
|
static java.lang.String |
ALL
All reminder methods.
|
static java.lang.String |
EMAIL
Sends the user an email message.
|
static java.lang.String |
NONE
No reminder methods.
|
static java.lang.String |
SMS
Sends the user an SMS text message.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
values()
Returns an array of all values defined in this class.
|
public static final java.lang.String ALERT
public static final java.lang.String ALL
public static final java.lang.String EMAIL
public static final java.lang.String NONE
public static final java.lang.String SMS