public static final class

Reminder.Method

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.Reminder.Method

Class Overview

Method.

Summary

Constants
String ALERT Causes an alert to appear when a user is viewing the calendar in a browser.
String ALL All reminder methods.
String EMAIL Sends the user an email message.
String NONE No reminder methods.
String SMS Sends the user an SMS text message.
Fields
private static final String[] ALL_VALUES Array containing all available values.
Public Methods
static String[] values()
Returns an array of all values defined in this class.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ALERT

Causes an alert to appear when a user is viewing the calendar in a browser.

Constant Value: "alert"

public static final String ALL

All reminder methods.

Constant Value: "all"

public static final String EMAIL

Sends the user an email message.

Constant Value: "email"

public static final String NONE

No reminder methods.

Constant Value: "none"

public static final String SMS

Sends the user an SMS text message.

Constant Value: "sms"

Fields

private static final String[] ALL_VALUES

Array containing all available values.

Public Methods

public static String[] values ()

Returns an array of all values defined in this class.