FileRequests
public class FileRequests
Datatypes and serializers for the file_requests namespace
-
There is an error accessing the file requests functionality.
See moreDeclaration
Swift
public enum GeneralFileRequestsError : CustomStringConvertible, JSONRepresentable
-
There was an error counting the file requests.
See moreDeclaration
Swift
public enum CountFileRequestsError : CustomStringConvertible, JSONRepresentable
-
Result for count.
See moreDeclaration
Swift
public class CountFileRequestsResult : CustomStringConvertible, JSONRepresentable
-
Arguments for create.
See moreDeclaration
Swift
public class CreateFileRequestArgs : CustomStringConvertible, JSONRepresentable
-
There is an error with the file request.
See moreDeclaration
Swift
public enum FileRequestError : CustomStringConvertible, JSONRepresentable
-
There was an error creating the file request.
See moreDeclaration
Swift
public enum CreateFileRequestError : CustomStringConvertible, JSONRepresentable
-
There was an error deleting all closed file requests.
See moreDeclaration
Swift
public enum DeleteAllClosedFileRequestsError : CustomStringConvertible, JSONRepresentable
-
Result for deleteAllClosed.
See moreDeclaration
Swift
public class DeleteAllClosedFileRequestsResult : CustomStringConvertible, JSONRepresentable
-
Arguments for delete.
See moreDeclaration
Swift
public class DeleteFileRequestArgs : CustomStringConvertible, JSONRepresentable
-
There was an error deleting these file requests.
See moreDeclaration
Swift
public enum DeleteFileRequestError : CustomStringConvertible, JSONRepresentable
-
Result for delete.
See moreDeclaration
Swift
public class DeleteFileRequestsResult : CustomStringConvertible, JSONRepresentable
-
A file request https://www.dropbox.com/help/9090 for receiving files into the user’s Dropbox account.
See moreDeclaration
Swift
public class FileRequest : CustomStringConvertible, JSONRepresentable
-
The FileRequestDeadline struct
See moreDeclaration
Swift
public class FileRequestDeadline : CustomStringConvertible, JSONRepresentable
-
Arguments for get.
See moreDeclaration
Swift
public class GetFileRequestArgs : CustomStringConvertible, JSONRepresentable
-
There was an error retrieving the specified file request.
See moreDeclaration
Swift
public enum GetFileRequestError : CustomStringConvertible, JSONRepresentable
-
The GracePeriod union
See moreDeclaration
Swift
public enum GracePeriod : CustomStringConvertible, JSONRepresentable
-
Arguments for listV2.
See moreDeclaration
Swift
public class ListFileRequestsArg : CustomStringConvertible, JSONRepresentable
-
The ListFileRequestsContinueArg struct
See moreDeclaration
Swift
public class ListFileRequestsContinueArg : CustomStringConvertible, JSONRepresentable
-
There was an error retrieving the file requests.
See moreDeclaration
Swift
public enum ListFileRequestsContinueError : CustomStringConvertible, JSONRepresentable
-
There was an error retrieving the file requests.
See moreDeclaration
Swift
public enum ListFileRequestsError : CustomStringConvertible, JSONRepresentable
-
Result for list_.
See moreDeclaration
Swift
public class ListFileRequestsResult : CustomStringConvertible, JSONRepresentable
-
Result for listV2 and listContinue.
See moreDeclaration
Swift
public class ListFileRequestsV2Result : CustomStringConvertible, JSONRepresentable
-
Arguments for update.
See moreDeclaration
Swift
public class UpdateFileRequestArgs : CustomStringConvertible, JSONRepresentable
-
The UpdateFileRequestDeadline union
See moreDeclaration
Swift
public enum UpdateFileRequestDeadline : CustomStringConvertible, JSONRepresentable
-
There is an error updating the file request.
See moreDeclaration
Swift
public enum UpdateFileRequestError : CustomStringConvertible, JSONRepresentable