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

Packages that use DropboxAPI.ThumbSize
com.dropbox.client2   
 

Uses of DropboxAPI.ThumbSize in com.dropbox.client2
 

Methods in com.dropbox.client2 that return DropboxAPI.ThumbSize
static DropboxAPI.ThumbSize DropboxAPI.ThumbSize.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DropboxAPI.ThumbSize[] DropboxAPI.ThumbSize.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.ThumbSize
 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.