public static final class

Who.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.extensions.Who.Rel

Class Overview

Relation type. Describes the meaning of this association.

Summary

Constants
String EVENT_ATTENDEE
String EVENT_ORGANIZER
String EVENT_PERFORMER
String EVENT_SPEAKER
String MESSAGE_BCC
String MESSAGE_CC
String MESSAGE_FROM
String MESSAGE_REPLY_TO
String MESSAGE_TO
String TASK_ASSIGNED_TO
Public Constructors
Who.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String EVENT_ATTENDEE

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

public static final String EVENT_ORGANIZER

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

public static final String EVENT_PERFORMER

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

public static final String EVENT_SPEAKER

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

public static final String MESSAGE_BCC

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

public static final String MESSAGE_CC

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

public static final String MESSAGE_FROM

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

public static final String MESSAGE_REPLY_TO

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

public static final String MESSAGE_TO

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

public static final String TASK_ASSIGNED_TO

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

Public Constructors

public Who.Rel ()