See: Description
| Class | Description |
|---|---|
| CountFileRequestsResult |
Result for
DbxUserFileRequestsRequests.count(). |
| CreateBuilder |
The request builder returned by
DbxUserFileRequestsRequests.createBuilder(java.lang.String, java.lang.String). |
| DbxUserFileRequestsRequests |
Routes in namespace "file_requests".
|
| DeleteAllClosedFileRequestsResult |
Result for
DbxUserFileRequestsRequests.deleteAllClosed(). |
| DeleteFileRequestsResult |
Result for
DbxUserFileRequestsRequests.delete(List). |
| FileRequest |
A file request for receiving
files into the user's Dropbox account.
|
| FileRequest.Builder |
Builder for
FileRequest. |
| FileRequestDeadline | |
| ListFileRequestsResult |
Result for
DbxUserFileRequestsRequests.list(). |
| ListFileRequestsV2Result | |
| UpdateBuilder |
The request builder returned by
DbxUserFileRequestsRequests.updateBuilder(java.lang.String). |
| UpdateFileRequestDeadline |
This class is an open tagged union.
|
| Enum | Description |
|---|---|
| CountFileRequestsError |
There was an error counting the file requests.
|
| CreateFileRequestError |
There was an error creating the file request.
|
| DeleteAllClosedFileRequestsError |
There was an error deleting all closed file requests.
|
| DeleteFileRequestError |
There was an error deleting these file requests.
|
| GetFileRequestError |
There was an error retrieving the specified file request.
|
| GracePeriod | |
| ListFileRequestsContinueError |
There was an error retrieving the file requests.
|
| ListFileRequestsError |
There was an error retrieving the file requests.
|
| UpdateFileRequestDeadline.Tag |
Discriminating tag type for
UpdateFileRequestDeadline. |
| UpdateFileRequestError |
There is an error updating the file request.
|
| Exception | Description |
|---|---|
| CountFileRequestsErrorException |
Exception thrown when the server responds with a
CountFileRequestsError error. |
| CreateFileRequestErrorException |
Exception thrown when the server responds with a
CreateFileRequestError error. |
| DeleteAllClosedFileRequestsErrorException |
Exception thrown when the server responds with a
DeleteAllClosedFileRequestsError error. |
| DeleteFileRequestErrorException |
Exception thrown when the server responds with a
DeleteFileRequestError error. |
| GetFileRequestErrorException |
Exception thrown when the server responds with a
GetFileRequestError
error. |
| ListFileRequestsContinueErrorException |
Exception thrown when the server responds with a
ListFileRequestsContinueError error. |
| ListFileRequestsErrorException |
Exception thrown when the server responds with a
ListFileRequestsError error. |
| UpdateFileRequestErrorException |
Exception thrown when the server responds with a
UpdateFileRequestError error. |
See DbxUserFileRequestsRequests
for a list of possible requests for this namespace.