Uses of Class
com.dropbox.client2.DropboxAPI.ThumbFormat

Packages that use DropboxAPI.ThumbFormat
com.dropbox.client2   
 

Uses of DropboxAPI.ThumbFormat in com.dropbox.client2
 

Methods in com.dropbox.client2 that return DropboxAPI.ThumbFormat
static DropboxAPI.ThumbFormat DropboxAPI.ThumbFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DropboxAPI.ThumbFormat[] DropboxAPI.ThumbFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dropbox.client2 with parameters of type DropboxAPI.ThumbFormat
 DropboxAPI.DropboxFileInfo DropboxAPI.getThumbnail(String path, OutputStream os, DropboxAPI.ThumbSize size, DropboxAPI.ThumbFormat format, ProgressListener listener)
          Downloads a thumbnail from Dropbox, copying it to the output stream.
 DropboxAPI.DropboxInputStream DropboxAPI.getThumbnailStream(String path, DropboxAPI.ThumbSize size, DropboxAPI.ThumbFormat format)
          Downloads a thumbnail from Dropbox.
 



Copyright © 2012. All Rights Reserved.