public static final enum

ResumableHttpFileUploader.UploadState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.client.uploader.ResumableHttpFileUploader.UploadState

Class Overview

Upload state associated with this file uploader. CLIENT_ERROR means that the uploader was unable to execute the upload properly because of a thread execution error, or if a file was manipulated between the time that the upload was started and completed.

Summary

Enum Values
ResumableHttpFileUploader.UploadState  CLIENT_ERROR   
ResumableHttpFileUploader.UploadState  COMPLETE   
ResumableHttpFileUploader.UploadState  IN_PROGRESS   
ResumableHttpFileUploader.UploadState  NOT_STARTED   
ResumableHttpFileUploader.UploadState  PAUSED   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ResumableHttpFileUploader.UploadState valueOf(String name)
final static UploadState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ResumableHttpFileUploader.UploadState CLIENT_ERROR

public static final ResumableHttpFileUploader.UploadState COMPLETE

public static final ResumableHttpFileUploader.UploadState IN_PROGRESS

public static final ResumableHttpFileUploader.UploadState NOT_STARTED

public static final ResumableHttpFileUploader.UploadState PAUSED

Public Methods

public static ResumableHttpFileUploader.UploadState valueOf (String name)

Parameters
name

public static final UploadState[] values ()