public interface

IOutOfLineContent

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

Class Overview

Shared interface for OutOfLineContent implementations.

Summary

Public Methods
abstract String getEtag()
Returns the HTTP etag for the referenced content or null if none.
abstract ContentType getMimeType()
Returns the MIME content type.
abstract String getUri()
Returns the external URI.
[Expand]
Inherited Methods
From interface com.google.gdata.data.IContent

Public Methods

public abstract String getEtag ()

Returns the HTTP etag for the referenced content or null if none.

public abstract ContentType getMimeType ()

Returns the MIME content type.

public abstract String getUri ()

Returns the external URI.