Class | Description |
---|---|
DbxAccountInfo | |
DbxAccountInfo.NameDetails | |
DbxAccountInfo.Quota | |
DbxClientV1 |
Use this class to make remote calls to the Dropbox API.
|
DbxClientV1.Downloader |
A pairing of a metadata and main content of a download.
|
DbxClientV1.Uploader |
For uploading file content to Dropbox.
|
DbxDelta<MD extends Dumpable> |
Represents a single "page" of results from a delta-style API call.
|
DbxDelta.Entry<MD extends Dumpable> |
A single "delta entry" in a
DbxDelta page. |
DbxDelta.Entry.Reader<MD extends Dumpable> |
For JSON parsing.
|
DbxDelta.Reader<MD extends Dumpable> |
For JSON parsing.
|
DbxDeltaC<C> |
Represents a single "page" of results from a delta-style API call.
|
DbxDeltaC.Entry<MD extends Dumpable> |
A single "delta entry" in a
DbxDeltaC page. |
DbxDeltaC.Entry.Reader<MD extends Dumpable> |
For JSON parsing.
|
DbxDeltaC.Reader<C,MD extends Dumpable> |
For JSON parsing.
|
DbxEntry |
Holds the metadata for a Dropbox file system entry.
|
DbxEntry.File |
The subclass of
DbxEntry used to represent file metadata (as opposed
to folder metadata). |
DbxEntry.File.Location |
A geo location
|
DbxEntry.File.PhotoInfo |
Photo metadata that the Dropbox server extracted from the photo file.
|
DbxEntry.File.VideoInfo |
Video metadata that the Dropbox server extracted from the video file.
|
DbxEntry.Folder |
The subclass of
DbxEntry used to represent folder metadata. |
DbxEntry.WithChildren |
Holds the metadata for a file or folder; if it's a folder, we also store the folder's
hash and the metadata of its immediate children.
|
DbxEntry.WithChildrenC<C> |
The more general case of
DbxEntry.WithChildren . |
DbxEntry.WithChildrenC.Reader<C> | |
DbxEntry.WithChildrenC.ReaderMaybeDeleted<C> | |
DbxLongpollDeltaResult |
The response from a longpoll_delta request.
|
DbxPathV1 |
Utility functions for working with Dropbox paths.
|
DbxThumbnailFormat |
Thumbnail image format presets, to be used with
DbxClientV1.getThumbnail(com.dropbox.core.v1.DbxThumbnailSize, com.dropbox.core.v1.DbxThumbnailFormat, java.lang.String, java.lang.String, java.io.OutputStream) . |
DbxThumbnailSize |
Thumbnail size presets, to be used with
DbxClientV1.getThumbnail(com.dropbox.core.v1.DbxThumbnailSize, com.dropbox.core.v1.DbxThumbnailFormat, java.lang.String, java.lang.String, java.io.OutputStream) . |
DbxUrlWithExpiration | |
DbxWriteMode |
Describes how a file should be saved when it is written to Dropbox.
|
Exception | Description |
---|---|
DbxClientV1.IODbxException |
A DbxException wrapped inside an IOException.
|