|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MediaHttpDownloader.DownloadState>
com.google.api.client.googleapis.media.MediaHttpDownloader.DownloadState
public static enum MediaHttpDownloader.DownloadState
Download state associated with the Media HTTP downloader.
Enum Constant Summary | |
---|---|
MEDIA_COMPLETE
Set after the complete media file is successfully downloaded. |
|
MEDIA_IN_PROGRESS
Set after a media file chunk is downloaded. |
|
NOT_STARTED
The download process has not started yet. |
Method Summary | |
---|---|
static MediaHttpDownloader.DownloadState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MediaHttpDownloader.DownloadState[] |
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 MediaHttpDownloader.DownloadState NOT_STARTED
public static final MediaHttpDownloader.DownloadState MEDIA_IN_PROGRESS
public static final MediaHttpDownloader.DownloadState MEDIA_COMPLETE
Method Detail |
---|
public static MediaHttpDownloader.DownloadState[] values()
for (MediaHttpDownloader.DownloadState c : MediaHttpDownloader.DownloadState.values()) System.out.println(c);
public static MediaHttpDownloader.DownloadState 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 |