public static class

IContent.Type

extends Object
java.lang.Object
   ↳ com.google.gdata.data.IContent.Type

Class Overview

Defines the possible content types.

Summary

Constants
int HTML
int MEDIA
int OTHER_BINARY
int OTHER_TEXT
int OTHER_XML
int TEXT
int XHTML
Public Constructors
IContent.Type()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HTML

Constant Value: 2 (0x00000002)

public static final int MEDIA

Constant Value: 7 (0x00000007)

public static final int OTHER_BINARY

Constant Value: 6 (0x00000006)

public static final int OTHER_TEXT

Constant Value: 4 (0x00000004)

public static final int OTHER_XML

Constant Value: 5 (0x00000005)

public static final int TEXT

Constant Value: 1 (0x00000001)

public static final int XHTML

Constant Value: 3 (0x00000003)

Public Constructors

public IContent.Type ()