public static final class

Who.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.Who.Rel

Class Overview

Relationship between the containing entity and the contained person.

Summary

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

A general meeting/event attendee.

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

public static final String EVENT_ORGANIZER

Event organizer (an organizer is not necessarily an attendee).

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

public static final String EVENT_PERFORMER

Performer (similar to speaker, but with more emphasis on art than speech delivery).

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

public static final String EVENT_SPEAKER

Speaker.

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

public static final String MESSAGE_BCC

Message BCC recipient.

Constant Value: "http://schemas.google.com/g/2005#message.bcc"

public static final String MESSAGE_CC

Message CC recipient.

Constant Value: "http://schemas.google.com/g/2005#message.cc"

public static final String MESSAGE_FROM

Message primary recipient.

Constant Value: "http://schemas.google.com/g/2005#message.from"

public static final String MESSAGE_REPLY_TO

Intended recipient of a reply message.

Constant Value: "http://schemas.google.com/g/2005#message.reply-to"

public static final String MESSAGE_TO

Message (email or IM) sender.

Constant Value: "http://schemas.google.com/g/2005#message.to"

public static final String TASK_ASSIGNED_TO

Person to whom task is assigned.

Constant Value: "http://schemas.google.com/g/2005#task.assigned-to"

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.