public interface

IContent

com.google.gdata.data.IContent
Known Indirect Subclasses

Class Overview

Shared interface for content.

Summary

Nested Classes
class IContent.Type Defines the possible content types. 
Public Methods
abstract String getLang()
Returns the human language that this content is written in.
abstract int getType()
Returns this content's type.

Public Methods

public abstract String getLang ()

Returns the human language that this content is written in.

Returns
  • the language of the content if available, or null if not.

public abstract int getType ()

Returns this content's type. See IContent.Type for a list of return values.

Returns
  • the type of content.