Uses of Class
com.google.api.client.googleapis.media.MediaHttpDownloader.DownloadState

Packages that use MediaHttpDownloader.DownloadState
com.google.api.client.googleapis.media Media for Google API's. 
 

Uses of MediaHttpDownloader.DownloadState in com.google.api.client.googleapis.media
 

Methods in com.google.api.client.googleapis.media that return MediaHttpDownloader.DownloadState
 MediaHttpDownloader.DownloadState MediaHttpDownloader.getDownloadState()
          Gets the current download state of the downloader.
static MediaHttpDownloader.DownloadState MediaHttpDownloader.DownloadState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaHttpDownloader.DownloadState[] MediaHttpDownloader.DownloadState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2012 Google. All Rights Reserved.