Package com.dropbox.core.v2.filerequests
This namespace contains endpoints and data types for file request operations.
See DbxUserFileRequestsRequests
for a list of possible requests for this namespace.
-
Class Summary Class Description CountFileRequestsResult Result forDbxUserFileRequestsRequests.count()
.CreateBuilder The request builder returned byDbxUserFileRequestsRequests.createBuilder(java.lang.String, java.lang.String)
.DbxUserFileRequestsRequests Routes in namespace "file_requests".DeleteAllClosedFileRequestsResult Result forDbxUserFileRequestsRequests.deleteAllClosed()
.DeleteFileRequestsResult Result forDbxUserFileRequestsRequests.delete(List)
.FileRequest A file request for receiving files into the user's Dropbox account.FileRequest.Builder Builder forFileRequest
.FileRequestDeadline ListFileRequestsResult Result forDbxUserFileRequestsRequests.list()
.ListFileRequestsV2Result UpdateBuilder The request builder returned byDbxUserFileRequestsRequests.updateBuilder(java.lang.String)
.UpdateFileRequestDeadline This class is an open tagged union. -
Enum Summary 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 forUpdateFileRequestDeadline
.UpdateFileRequestError There is an error updating the file request. -
Exception Summary Exception Description CountFileRequestsErrorException Exception thrown when the server responds with aCountFileRequestsError
error.CreateFileRequestErrorException Exception thrown when the server responds with aCreateFileRequestError
error.DeleteAllClosedFileRequestsErrorException Exception thrown when the server responds with aDeleteAllClosedFileRequestsError
error.DeleteFileRequestErrorException Exception thrown when the server responds with aDeleteFileRequestError
error.GetFileRequestErrorException Exception thrown when the server responds with aGetFileRequestError
error.ListFileRequestsContinueErrorException Exception thrown when the server responds with aListFileRequestsContinueError
error.ListFileRequestsErrorException Exception thrown when the server responds with aListFileRequestsError
error.UpdateFileRequestErrorException Exception thrown when the server responds with aUpdateFileRequestError
error.