Uses of Interface
com.dropbox.client2.DropboxAPI.UploadRequest

Packages that use DropboxAPI.UploadRequest
com.dropbox.client2   
 

Uses of DropboxAPI.UploadRequest in com.dropbox.client2
 

Classes in com.dropbox.client2 that implement DropboxAPI.UploadRequest
protected static class DropboxAPI.BasicUploadRequest
           
 

Methods in com.dropbox.client2 that return DropboxAPI.UploadRequest
 DropboxAPI.UploadRequest DropboxAPI.putFileOverwriteRequest(String path, InputStream is, long length, ProgressListener listener)
          Creates a request to upload a file to Dropbox, which you can then upload() or abort().
 DropboxAPI.UploadRequest DropboxAPI.putFileRequest(String path, InputStream is, long length, String parentRev, ProgressListener listener)
          Creates a request to upload a file to Dropbox, which you can then upload() or abort().
 



Copyright © 2012. All Rights Reserved.