com.google.gdata.model.gd
Class AttendeeStatus.Value

java.lang.Object
  extended by com.google.gdata.model.gd.AttendeeStatus.Value
Enclosing class:
AttendeeStatus

public static final class AttendeeStatus.Value
extends java.lang.Object

Value.


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

ACCEPTED

public static final java.lang.String ACCEPTED
Attendee has accepted.

See Also:
Constant Field Values

DECLINED

public static final java.lang.String DECLINED
Attendee has declined.

See Also:
Constant Field Values

INVITED

public static final java.lang.String INVITED
Invitation has been sent, but the person has not accepted.

See Also:
Constant Field Values

TENTATIVE

public static final java.lang.String TENTATIVE
Attendee has accepted tentatively.

See Also:
Constant Field Values
Method Detail

values

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