public static final class

SitesLink.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.sites.SitesLink.Rel

Class Overview

Link relation type.

Summary

Constants
String ATTACHMENTS Attachments sites link.
String CURRENT Current sites link.
String INVITE Invite sites link.
String PARENT Parent sites link.
String REPLIES Replies sites link.
String REVISION Revision sites link.
String SOURCE Source sites link.
String TEMPLATE Template sites link.
String WEBADDRESSMAPPING WebAddressMapping sites link.
Public Constructors
SitesLink.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ATTACHMENTS

Attachments sites link.

Constant Value: "http://schemas.google.com/sites/2008#attachments"

public static final String CURRENT

Current sites link.

Constant Value: "http://schemas.google.com/sites/2008#current"

public static final String INVITE

Invite sites link.

Constant Value: "http://schemas.google.com/sites/2008#invite"

public static final String PARENT

Parent sites link.

Constant Value: "http://schemas.google.com/sites/2008#parent"

public static final String REPLIES

Replies sites link.

Constant Value: "replies"

public static final String REVISION

Revision sites link.

Constant Value: "http://schemas.google.com/sites/2008#revision"

public static final String SOURCE

Source sites link.

Constant Value: "http://schemas.google.com/sites/2008#source"

public static final String TEMPLATE

Template sites link.

Constant Value: "http://schemas.google.com/sites/2008#template"

public static final String WEBADDRESSMAPPING

WebAddressMapping sites link.

Constant Value: "http://schemas.google.com/sites/2008#webAddressMapping"

Public Constructors

public SitesLink.Rel ()