Paper
public class Paper
Datatypes and serializers for the paper namespace
-
The AddMember struct
See moreDeclaration
Swift
public class AddMember : CustomStringConvertible, JSONRepresentable
-
The RefPaperDoc struct
See moreDeclaration
Swift
public class RefPaperDoc : CustomStringConvertible, JSONRepresentable
-
The AddPaperDocUser struct
See moreDeclaration
Swift
public class AddPaperDocUser : Paper.RefPaperDoc
-
Per-member result for docsUsersAdd.
See moreDeclaration
Swift
public class AddPaperDocUserMemberResult : CustomStringConvertible, JSONRepresentable
-
The AddPaperDocUserResult union
See moreDeclaration
Swift
public enum AddPaperDocUserResult : CustomStringConvertible, JSONRepresentable
-
The Cursor struct
See moreDeclaration
Swift
public class Cursor : CustomStringConvertible, JSONRepresentable
-
The PaperApiBaseError union
See moreDeclaration
Swift
public enum PaperApiBaseError : CustomStringConvertible, JSONRepresentable
-
The DocLookupError union
See moreDeclaration
Swift
public enum DocLookupError : CustomStringConvertible, JSONRepresentable
-
The subscription level of a Paper doc.
See moreDeclaration
Swift
public enum DocSubscriptionLevel : CustomStringConvertible, JSONRepresentable
-
The desired export format of the Paper doc.
See moreDeclaration
Swift
public enum ExportFormat : CustomStringConvertible, JSONRepresentable
-
Data structure representing a Paper folder.
See moreDeclaration
Swift
public class Folder : CustomStringConvertible, JSONRepresentable
-
The sharing policy of a Paper folder. The sharing policy of subfolders is inherited from the root folder.
See moreDeclaration
Swift
public enum FolderSharingPolicyType : CustomStringConvertible, JSONRepresentable
-
The subscription level of a Paper folder.
See moreDeclaration
Swift
public enum FolderSubscriptionLevel : CustomStringConvertible, JSONRepresentable
-
Metadata about Paper folders containing the specififed Paper doc.
See moreDeclaration
Swift
public class FoldersContainingPaperDoc : CustomStringConvertible, JSONRepresentable
-
The import format of the incoming data.
See moreDeclaration
Swift
public enum ImportFormat : CustomStringConvertible, JSONRepresentable
-
The InviteeInfoWithPermissionLevel struct
See moreDeclaration
Swift
public class InviteeInfoWithPermissionLevel : CustomStringConvertible, JSONRepresentable
-
The ListDocsCursorError union
See moreDeclaration
Swift
public enum ListDocsCursorError : CustomStringConvertible, JSONRepresentable
-
The ListPaperDocsArgs struct
See moreDeclaration
Swift
public class ListPaperDocsArgs : CustomStringConvertible, JSONRepresentable
-
The ListPaperDocsContinueArgs struct
See moreDeclaration
Swift
public class ListPaperDocsContinueArgs : CustomStringConvertible, JSONRepresentable
-
The ListPaperDocsFilterBy union
See moreDeclaration
Swift
public enum ListPaperDocsFilterBy : CustomStringConvertible, JSONRepresentable
-
The ListPaperDocsResponse struct
See moreDeclaration
Swift
public class ListPaperDocsResponse : CustomStringConvertible, JSONRepresentable
-
The ListPaperDocsSortBy union
See moreDeclaration
Swift
public enum ListPaperDocsSortBy : CustomStringConvertible, JSONRepresentable
-
The ListPaperDocsSortOrder union
See moreDeclaration
Swift
public enum ListPaperDocsSortOrder : CustomStringConvertible, JSONRepresentable
-
The ListUsersCursorError union
See moreDeclaration
Swift
public enum ListUsersCursorError : CustomStringConvertible, JSONRepresentable
-
The ListUsersOnFolderArgs struct
See moreDeclaration
Swift
public class ListUsersOnFolderArgs : Paper.RefPaperDoc
-
The ListUsersOnFolderContinueArgs struct
See moreDeclaration
Swift
public class ListUsersOnFolderContinueArgs : Paper.RefPaperDoc
-
The ListUsersOnFolderResponse struct
See moreDeclaration
Swift
public class ListUsersOnFolderResponse : CustomStringConvertible, JSONRepresentable
-
The ListUsersOnPaperDocArgs struct
See moreDeclaration
Swift
public class ListUsersOnPaperDocArgs : Paper.RefPaperDoc
-
The ListUsersOnPaperDocContinueArgs struct
See moreDeclaration
Swift
public class ListUsersOnPaperDocContinueArgs : Paper.RefPaperDoc
-
The ListUsersOnPaperDocResponse struct
See moreDeclaration
Swift
public class ListUsersOnPaperDocResponse : CustomStringConvertible, JSONRepresentable
-
The PaperApiCursorError union
See moreDeclaration
Swift
public enum PaperApiCursorError : CustomStringConvertible, JSONRepresentable
-
The PaperDocCreateArgs struct
See moreDeclaration
Swift
public class PaperDocCreateArgs : CustomStringConvertible, JSONRepresentable
-
The PaperDocCreateError union
See moreDeclaration
Swift
public enum PaperDocCreateError : CustomStringConvertible, JSONRepresentable
-
The PaperDocCreateUpdateResult struct
See moreDeclaration
Swift
public class PaperDocCreateUpdateResult : CustomStringConvertible, JSONRepresentable
-
The PaperDocExport struct
See moreDeclaration
Swift
public class PaperDocExport : Paper.RefPaperDoc
-
The PaperDocExportResult struct
See moreDeclaration
Swift
public class PaperDocExportResult : CustomStringConvertible, JSONRepresentable
-
The PaperDocPermissionLevel union
See moreDeclaration
Swift
public enum PaperDocPermissionLevel : CustomStringConvertible, JSONRepresentable
-
The PaperDocSharingPolicy struct
See moreDeclaration
Swift
public class PaperDocSharingPolicy : Paper.RefPaperDoc
-
The PaperDocUpdateArgs struct
See moreDeclaration
Swift
public class PaperDocUpdateArgs : Paper.RefPaperDoc
-
The PaperDocUpdateError union
See moreDeclaration
Swift
public enum PaperDocUpdateError : CustomStringConvertible, JSONRepresentable
-
The PaperDocUpdatePolicy union
See moreDeclaration
Swift
public enum PaperDocUpdatePolicy : CustomStringConvertible, JSONRepresentable
-
The PaperFolderCreateArg struct
See moreDeclaration
Swift
public class PaperFolderCreateArg : CustomStringConvertible, JSONRepresentable
-
The PaperFolderCreateError union
See moreDeclaration
Swift
public enum PaperFolderCreateError : CustomStringConvertible, JSONRepresentable
-
The PaperFolderCreateResult struct
See moreDeclaration
Swift
public class PaperFolderCreateResult : CustomStringConvertible, JSONRepresentable
-
The RemovePaperDocUser struct
See moreDeclaration
Swift
public class RemovePaperDocUser : Paper.RefPaperDoc
-
Sharing policy of Paper doc.
See moreDeclaration
Swift
public class SharingPolicy : CustomStringConvertible, JSONRepresentable
-
The sharing policy type of the Paper doc.
See moreDeclaration
Swift
public enum SharingTeamPolicyType : CustomStringConvertible, JSONRepresentable
-
The SharingPublicPolicyType union
See moreDeclaration
Swift
public enum SharingPublicPolicyType : CustomStringConvertible, JSONRepresentable
-
The UserInfoWithPermissionLevel struct
See moreDeclaration
Swift
public class UserInfoWithPermissionLevel : CustomStringConvertible, JSONRepresentable
-
The UserOnPaperDocFilter union
See moreDeclaration
Swift
public enum UserOnPaperDocFilter : CustomStringConvertible, JSONRepresentable