public static final class

AttendeeStatus.Value

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.AttendeeStatus.Value

Class Overview

Value.

Summary

Constants
String ACCEPTED Attendee has accepted.
String DECLINED Attendee has declined.
String INVITED Invitation has been sent, but the person has not accepted.
String TENTATIVE Attendee has accepted tentatively.
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 ACCEPTED

Attendee has accepted.

Constant Value: "http://schemas.google.com/g/2005#event.accepted"

public static final String DECLINED

Attendee has declined.

Constant Value: "http://schemas.google.com/g/2005#event.declined"

public static final String INVITED

Invitation has been sent, but the person has not accepted.

Constant Value: "http://schemas.google.com/g/2005#event.invited"

public static final String TENTATIVE

Attendee has accepted tentatively.

Constant Value: "http://schemas.google.com/g/2005#event.tentative"

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.