|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||