public static final class

ContactLink.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.contacts.ContactLink.Rel

Class Overview

Link relation type.

Summary

Constants
String CONTACT_PHOTO Link that provides the contact photo.
String EDIT_CONTACT_PHOTO Link to edit contact photo.
Public Constructors
ContactLink.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTACT_PHOTO

Link that provides the contact photo.

Constant Value: "http://schemas.google.com/contacts/2008/rel#photo"

public static final String EDIT_CONTACT_PHOTO

Link to edit contact photo.

Constant Value: "http://schemas.google.com/contacts/2008/rel#edit-photo"

Public Constructors

public ContactLink.Rel ()