|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MediaHttpUploader.UploadState>
com.google.api.client.googleapis.MediaHttpUploader.UploadState
public static enum MediaHttpUploader.UploadState
Upload state associated with the Media HTTP uploader.
Enum Constant Summary | |
---|---|
INITIATION_COMPLETE
Set after the initiation request completes. |
|
INITIATION_STARTED
Set before the initiation request is sent. |
|
MEDIA_COMPLETE
Set after the complete media file is successfully uploaded. |
|
MEDIA_IN_PROGRESS
Set after a media file chunk is uploaded. |
|
NOT_STARTED
The upload process has not started yet. |
Method Summary | |
---|---|
static MediaHttpUploader.UploadState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MediaHttpUploader.UploadState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MediaHttpUploader.UploadState NOT_STARTED
public static final MediaHttpUploader.UploadState INITIATION_STARTED
public static final MediaHttpUploader.UploadState INITIATION_COMPLETE
public static final MediaHttpUploader.UploadState MEDIA_IN_PROGRESS
public static final MediaHttpUploader.UploadState MEDIA_COMPLETE
Method Detail |
---|
public static MediaHttpUploader.UploadState[] values()
for (MediaHttpUploader.UploadState c : MediaHttpUploader.UploadState.values()) System.out.println(c);
public static MediaHttpUploader.UploadState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |