|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
DropboxAPI.UploadRequest | A request to upload a file to Dropbox. |
Class Summary | |
---|---|
DropboxAPI<SESS_T extends Session> | Location of the Dropbox API functions. |
DropboxAPI.Account | Information about a user's account. |
DropboxAPI.BasicUploadRequest | |
DropboxAPI.ChunkedUploadRequest | Class representing the uploading of a single chunk of data to Dropbox using the long upload protocol. |
DropboxAPI.ChunkedUploadResponse | Represents Dropbox's response to a call to the /chunked_upload endpoint, which contains the uploadId of the upload as well as the expected file offset. |
DropboxAPI.CreatedCopyRef | |
DropboxAPI.DeltaEntry<MD> | A single entry in a DeltaPage . |
DropboxAPI.DeltaEntry.JsonExtractor<MD> | |
DropboxAPI.DeltaPage<MD> | A page of DeltaEntry s (returned by delta ). |
DropboxAPI.DropboxFileInfo | Contains info describing a downloaded file. |
DropboxAPI.DropboxInputStream | An InputStream for a file download that includes the associated
DropboxAPI.DropboxFileInfo . |
DropboxAPI.DropboxLink | Contains a link to a Dropbox stream or share and its expiration date. |
DropboxAPI.Entry | A metadata entry that describes a file or folder. |
DropboxAPI.RequestAndResponse | Holds an HttpUriRequest and the associated HttpResponse . |
ProgressListener | Receives file transfer progress updates for some API calls, e.g. |
ProgressListener.Adjusted | A progress listener that forwards on to another ProgressListener
after adjusting the total and bytes . |
ProgressListener.ProgressHttpEntity | A wrapper for an HttpEntity that can count the number of bytes
transferred. |
RESTUtility | This class is mostly used internally by DropboxAPI for creating and
executing REST requests to the Dropbox API, and parsing responses. |
SdkVersion | Contains the SDK verison number. |
Enum Summary | |
---|---|
DropboxAPI.ThumbFormat | Represents the image format of thumbnails that the API can return. |
DropboxAPI.ThumbSize | Represents the size of thumbnails that the API can return. |
RESTUtility.RequestMethod |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |