com.google.gdata.data
Class Content.Type
java.lang.Object
com.google.gdata.data.Content.Type
- Enclosing class:
- Content
public static class Content.Type
- extends java.lang.Object
Defines the possible content types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
HTML
public static final int HTML
- See Also:
- Constant Field Values
XHTML
public static final int XHTML
- See Also:
- Constant Field Values
OTHER_TEXT
public static final int OTHER_TEXT
- See Also:
- Constant Field Values
OTHER_XML
public static final int OTHER_XML
- See Also:
- Constant Field Values
OTHER_BINARY
public static final int OTHER_BINARY
- See Also:
- Constant Field Values
MEDIA
public static final int MEDIA
- See Also:
- Constant Field Values
Content.Type
public Content.Type()