public interface

IBatchStatus

com.google.gdata.data.batch.IBatchStatus
Known Indirect Subclasses

Class Overview

Shared BatchStatus interface between old and new data models.

Summary

Public Methods
abstract int getCode()
Returns the status code associated with this batch status element.
abstract String getContent()
Returns the content of the batch status element.
abstract ContentType getContentType()
Returns the content type associated with this status element.
abstract String getReason()
Returns the reason for the batch status.

Public Methods

public abstract int getCode ()

Returns the status code associated with this batch status element.

Returns
  • the status code.

public abstract String getContent ()

Returns the content of the batch status element.

Returns
  • the content of the element.

public abstract ContentType getContentType ()

Returns the content type associated with this status element.

Returns
  • the content type of the element.

public abstract String getReason ()

Returns the reason for the batch status.

Returns
  • the reason for the status.