public static final class

SitesContent.Type

extends Object
java.lang.Object
   ↳ com.google.gdata.data.sites.SitesContent.Type

Class Overview

Type of text construct (typically 'text', 'html' or 'xhtml').

Summary

Constants
String XHTML Xhtml sites content.
Public Constructors
SitesContent.Type()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String XHTML

Xhtml sites content.

Constant Value: "xhtml"

Public Constructors

public SitesContent.Type ()