public static final class

BloggerLink.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.blogger.BloggerLink.Rel

Class Overview

Link relation type.

Summary

Constants
String REPLIES Link that provides the URI of the web content.
String SETTINGS Link to blog settings feed.
String TEMPLATE Link to blog templates feed.
Public Constructors
BloggerLink.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String REPLIES

Link that provides the URI of the web content.

Constant Value: "replies"

public static final String SETTINGS

Link to blog settings feed.

Constant Value: "http://schemas.google.com/blogger/2008#settings"

public static final String TEMPLATE

Link to blog templates feed.

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

Public Constructors

public BloggerLink.Rel ()