com.google.gdata.model.gd
Class Reminder.Method

java.lang.Object
  extended by com.google.gdata.model.gd.Reminder.Method
Enclosing class:
Reminder

public static final class Reminder.Method
extends java.lang.Object

Method.


Field Summary
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.
 
Method Summary
static java.lang.String[] values()
          Returns an array of all values defined in this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALERT

public static final java.lang.String ALERT
Causes an alert to appear when a user is viewing the calendar in a browser.

See Also:
Constant Field Values

ALL

public static final java.lang.String ALL
All reminder methods.

See Also:
Constant Field Values

EMAIL

public static final java.lang.String EMAIL
Sends the user an email message.

See Also:
Constant Field Values

NONE

public static final java.lang.String NONE
No reminder methods.

See Also:
Constant Field Values

SMS

public static final java.lang.String SMS
Sends the user an SMS text message.

See Also:
Constant Field Values
Method Detail

values

public static java.lang.String[] values()
Returns an array of all values defined in this class.