com.google.gdata.model.gd
Class Who.Rel

java.lang.Object
  extended by com.google.gdata.model.gd.Who.Rel
Enclosing class:
Who

public static final class Who.Rel
extends java.lang.Object

Relationship between the containing entity and the contained person.


Field Summary
static java.lang.String EVENT_ATTENDEE
          A general meeting/event attendee.
static java.lang.String EVENT_ORGANIZER
          Event organizer (an organizer is not necessarily an attendee).
static java.lang.String EVENT_PERFORMER
          Performer (similar to speaker, but with more emphasis on art than speech delivery).
static java.lang.String EVENT_SPEAKER
          Speaker.
static java.lang.String MESSAGE_BCC
          Message BCC recipient.
static java.lang.String MESSAGE_CC
          Message CC recipient.
static java.lang.String MESSAGE_FROM
          Message primary recipient.
static java.lang.String MESSAGE_REPLY_TO
          Intended recipient of a reply message.
static java.lang.String MESSAGE_TO
          Message (email or IM) sender.
static java.lang.String TASK_ASSIGNED_TO
          Person to whom task is assigned.
 
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

EVENT_ATTENDEE

public static final java.lang.String EVENT_ATTENDEE
A general meeting/event attendee.

See Also:
Constant Field Values

EVENT_ORGANIZER

public static final java.lang.String EVENT_ORGANIZER
Event organizer (an organizer is not necessarily an attendee).

See Also:
Constant Field Values

EVENT_PERFORMER

public static final java.lang.String EVENT_PERFORMER
Performer (similar to speaker, but with more emphasis on art than speech delivery).

See Also:
Constant Field Values

EVENT_SPEAKER

public static final java.lang.String EVENT_SPEAKER
Speaker.

See Also:
Constant Field Values

MESSAGE_BCC

public static final java.lang.String MESSAGE_BCC
Message BCC recipient.

See Also:
Constant Field Values

MESSAGE_CC

public static final java.lang.String MESSAGE_CC
Message CC recipient.

See Also:
Constant Field Values

MESSAGE_FROM

public static final java.lang.String MESSAGE_FROM
Message primary recipient.

See Also:
Constant Field Values

MESSAGE_REPLY_TO

public static final java.lang.String MESSAGE_REPLY_TO
Intended recipient of a reply message.

See Also:
Constant Field Values

MESSAGE_TO

public static final java.lang.String MESSAGE_TO
Message (email or IM) sender.

See Also:
Constant Field Values

TASK_ASSIGNED_TO

public static final java.lang.String TASK_ASSIGNED_TO
Person to whom task is assigned.

See Also:
Constant Field Values
Method Detail

values

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