public static final enum

Reminder.Method

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.extensions.Reminder.Method

Summary

Enum Values
Reminder.Method  ALERT   
Reminder.Method  ALL   
Reminder.Method  EMAIL   
Reminder.Method  NONE   
Reminder.Method  SMS   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static Reminder.Method fromString(String s)
String generate()
Creates the string value suitable for the value of "method" in a GData feed.
static Reminder.Method valueOf(String name)
final static Method[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Reminder.Method ALERT

public static final Reminder.Method ALL

public static final Reminder.Method EMAIL

public static final Reminder.Method NONE

public static final Reminder.Method SMS

Public Methods

public static Reminder.Method fromString (String s)

Parameters
s
Throws
IllegalArgumentException if it doesn't match a method

public String generate ()

Creates the string value suitable for the value of "method" in a GData feed.

public static Reminder.Method valueOf (String name)

Parameters
name

public static final Method[] values ()