12 #ifndef QEVERCLOUD_GENERATED_SERVERS_H
13 #define QEVERCLOUD_GENERATED_SERVERS_H
15 #include "../Export.h"
17 #include "../Optional.h"
18 #include "../RequestContext.h"
158 bool withResourcesData,
159 bool withResourcesRecognition,
160 bool withResourcesAlternateData,
190 bool tokenizeForIndexing,
228 qint32 updateSequenceNum,
229 bool withResourcesData,
230 bool withResourcesRecognition,
231 bool withResourcesAlternateData,
237 bool withRecognition,
239 bool withAlternateData,
272 QByteArray contentHash,
274 bool withRecognition,
275 bool withAlternateData,
309 QString notebookGuid,
332 QString shareKeyOrGlobalId,
369 QString notebookGuid,
617 QList<Notebook> value,
621 QList<Notebook> value,
672 QList<SavedSearch> value,
764 QList<NoteVersionId> value,
836 QList<SharedNotebook> value,
848 QList<LinkedNotebook> value,
913 qint16 edamVersionMajor,
914 qint16 edamVersionMinor,
925 QString consumerSecret,
926 QString deviceIdentifier,
927 QString deviceDescription,
928 bool supportsTwoFactor,
933 QString deviceIdentifier,
934 QString deviceDescription,
954 QString emailAddress,
958 QString emailAddress,
962 QString oldEmailAddress,
963 QString newEmailAddress,
970 bool includeRequestedInvitations,
1073 QList<UserProfile> value,
1077 QList<BusinessInvitation> value,
#define QEVERCLOUD_EXPORT
Definition: Export.h:19
The NoteStoreServer class represents customizable server for NoteStore requests. It is primarily used...
Definition: Servers.h:34
void listNotebooksRequestReady(QByteArray data)
void onUpdateTagRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void findNoteOffsetRequestReady(QByteArray data)
void getNoteTagNamesRequest(Guid guid, IRequestContextPtr ctx)
void setNoteApplicationDataEntryRequestReady(QByteArray data)
void getResourceApplicationDataEntryRequest(Guid guid, QString key, IRequestContextPtr ctx)
void onUpdateResourceRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void onExpungeLinkedNotebookRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void manageNotebookSharesRequest(ManageNotebookSharesParameters parameters, IRequestContextPtr ctx)
void getNoteSearchTextRequest(Guid guid, bool noteOnly, bool tokenizeForIndexing, IRequestContextPtr ctx)
void listTagsByNotebookRequestReady(QByteArray data)
void getResourceApplicationDataRequest(Guid guid, IRequestContextPtr ctx)
void createNoteRequest(Note note, IRequestContextPtr ctx)
void onListSharedNotebooksRequestReady(QList< SharedNotebook > value, EverCloudExceptionDataPtr exceptionData)
void onExpungeNoteRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void updateSearchRequest(SavedSearch search, IRequestContextPtr ctx)
void getNotebookRequestReady(QByteArray data)
void onListLinkedNotebooksRequestReady(QList< LinkedNotebook > value, EverCloudExceptionDataPtr exceptionData)
void onFindRelatedRequestReady(RelatedResult value, EverCloudExceptionDataPtr exceptionData)
void deleteNoteRequestReady(QByteArray data)
void onUpdateNoteIfUsnMatchesRequestReady(UpdateNoteIfUsnMatchesResult value, EverCloudExceptionDataPtr exceptionData)
void stopSharingNoteRequest(Guid guid, IRequestContextPtr ctx)
void manageNotebookSharesRequestReady(QByteArray data)
void onGetLinkedNotebookSyncChunkRequestReady(SyncChunk value, EverCloudExceptionDataPtr exceptionData)
void onSetNoteApplicationDataEntryRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void findNoteOffsetRequest(NoteFilter filter, Guid guid, IRequestContextPtr ctx)
void updateNotebookRequest(Notebook notebook, IRequestContextPtr ctx)
void updateNoteRequestReady(QByteArray data)
void updateLinkedNotebookRequestReady(QByteArray data)
void getPublicNotebookRequest(UserID userId, QString publicUri, IRequestContextPtr ctx)
void getLinkedNotebookSyncChunkRequest(LinkedNotebook linkedNotebook, qint32 afterUSN, qint32 maxEntries, bool fullSyncOnly, IRequestContextPtr ctx)
void getSharedNotebookByAuthRequestReady(QByteArray data)
void onGetResourceRequestReady(Resource value, EverCloudExceptionDataPtr exceptionData)
void onEmailNoteRequestReady(EverCloudExceptionDataPtr exceptionData)
void onCreateSearchRequestReady(SavedSearch value, EverCloudExceptionDataPtr exceptionData)
void expungeSearchRequest(Guid guid, IRequestContextPtr ctx)
void listSharedNotebooksRequest(IRequestContextPtr ctx)
void unsetResourceApplicationDataEntryRequest(Guid guid, QString key, IRequestContextPtr ctx)
void getResourceAlternateDataRequest(Guid guid, IRequestContextPtr ctx)
void updateSearchRequestReady(QByteArray data)
void shareNotebookRequestReady(QByteArray data)
void getNoteApplicationDataEntryRequestReady(QByteArray data)
void onShareNoteRequestReady(QString value, EverCloudExceptionDataPtr exceptionData)
void listTagsByNotebookRequest(Guid notebookGuid, IRequestContextPtr ctx)
void getResourceRecognitionRequest(Guid guid, IRequestContextPtr ctx)
void unsetResourceApplicationDataEntryRequestReady(QByteArray data)
void getSharedNotebookByAuthRequest(IRequestContextPtr ctx)
void emailNoteRequestReady(QByteArray data)
void onGetNotebookSharesRequestReady(ShareRelationships value, EverCloudExceptionDataPtr exceptionData)
void listTagsRequest(IRequestContextPtr ctx)
void expungeSearchRequestReady(QByteArray data)
void updateLinkedNotebookRequest(LinkedNotebook linkedNotebook, IRequestContextPtr ctx)
void getFilteredSyncChunkRequest(qint32 afterUSN, qint32 maxEntries, SyncChunkFilter filter, IRequestContextPtr ctx)
void onFindNotesMetadataRequestReady(NotesMetadataList value, EverCloudExceptionDataPtr exceptionData)
void getTagRequestReady(QByteArray data)
void expungeTagRequestReady(QByteArray data)
void getNoteApplicationDataRequestReady(QByteArray data)
void onRequest(QByteArray data)
void onDeleteNoteRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void onListTagsRequestReady(QList< Tag > value, EverCloudExceptionDataPtr exceptionData)
void getLinkedNotebookSyncStateRequest(LinkedNotebook linkedNotebook, IRequestContextPtr ctx)
void expungeLinkedNotebookRequest(Guid guid, IRequestContextPtr ctx)
void getResourceAttributesRequest(Guid guid, IRequestContextPtr ctx)
void listNoteVersionsRequest(Guid noteGuid, IRequestContextPtr ctx)
void unsetNoteApplicationDataEntryRequestReady(QByteArray data)
void getResourceRequest(Guid guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData, IRequestContextPtr ctx)
void onStopSharingNoteRequestReady(EverCloudExceptionDataPtr exceptionData)
void onFindNoteOffsetRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void onGetResourceByHashRequestReady(Resource value, EverCloudExceptionDataPtr exceptionData)
void findRelatedRequest(RelatedQuery query, RelatedResultSpec resultSpec, IRequestContextPtr ctx)
void updateNoteRequest(Note note, IRequestContextPtr ctx)
void onListSearchesRequestReady(QList< SavedSearch > value, EverCloudExceptionDataPtr exceptionData)
void onGetNoteApplicationDataRequestReady(LazyMap value, EverCloudExceptionDataPtr exceptionData)
void authenticateToSharedNotebookRequest(QString shareKeyOrGlobalId, IRequestContextPtr ctx)
void listLinkedNotebooksRequest(IRequestContextPtr ctx)
void getNoteWithResultSpecRequest(Guid guid, NoteResultSpec resultSpec, IRequestContextPtr ctx)
void emailNoteRequest(NoteEmailParameters parameters, IRequestContextPtr ctx)
void onCreateTagRequestReady(Tag value, EverCloudExceptionDataPtr exceptionData)
void unsetNoteApplicationDataEntryRequest(Guid guid, QString key, IRequestContextPtr ctx)
void onExpungeNotebookRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void onGetNoteWithResultSpecRequestReady(Note value, EverCloudExceptionDataPtr exceptionData)
void onGetNoteTagNamesRequestReady(QStringList value, EverCloudExceptionDataPtr exceptionData)
void getResourceByHashRequestReady(QByteArray data)
void getLinkedNotebookSyncChunkRequestReady(QByteArray data)
void getNoteApplicationDataEntryRequest(Guid guid, QString key, IRequestContextPtr ctx)
void createNotebookRequestReady(QByteArray data)
void onGetResourceApplicationDataEntryRequestReady(QString value, EverCloudExceptionDataPtr exceptionData)
void getNoteWithResultSpecRequestReady(QByteArray data)
void setNoteApplicationDataEntryRequest(Guid guid, QString key, QString value, IRequestContextPtr ctx)
void listAccessibleBusinessNotebooksRequest(IRequestContextPtr ctx)
void updateNoteIfUsnMatchesRequestReady(QByteArray data)
void getNoteApplicationDataRequest(Guid guid, IRequestContextPtr ctx)
void listAccessibleBusinessNotebooksRequestReady(QByteArray data)
void onCreateOrUpdateNotebookSharesRequestReady(CreateOrUpdateNotebookSharesResult value, EverCloudExceptionDataPtr exceptionData)
void untagAllRequestReady(QByteArray data)
void updateNoteIfUsnMatchesRequest(Note note, IRequestContextPtr ctx)
void getResourceAttributesRequestReady(QByteArray data)
void onGetResourceRecognitionRequestReady(QByteArray value, EverCloudExceptionDataPtr exceptionData)
void createTagRequestReady(QByteArray data)
void createLinkedNotebookRequest(LinkedNotebook linkedNotebook, IRequestContextPtr ctx)
void onCreateNotebookRequestReady(Notebook value, EverCloudExceptionDataPtr exceptionData)
void onGetDefaultNotebookRequestReady(Notebook value, EverCloudExceptionDataPtr exceptionData)
void setResourceApplicationDataEntryRequestReady(QByteArray data)
void setNotebookRecipientSettingsRequest(QString notebookGuid, NotebookRecipientSettings recipientSettings, IRequestContextPtr ctx)
void onGetNoteRequestReady(Note value, EverCloudExceptionDataPtr exceptionData)
void findNoteCountsRequestReady(QByteArray data)
void getNotebookSharesRequestReady(QByteArray data)
void onGetResourceSearchTextRequestReady(QString value, EverCloudExceptionDataPtr exceptionData)
void onGetNoteVersionRequestReady(Note value, EverCloudExceptionDataPtr exceptionData)
void getSearchRequestReady(QByteArray data)
void onGetTagRequestReady(Tag value, EverCloudExceptionDataPtr exceptionData)
void getResourceSearchTextRequestReady(QByteArray data)
void authenticateToSharedNoteRequest(QString guid, QString noteKey, IRequestContextPtr ctx)
void onSetNotebookRecipientSettingsRequestReady(Notebook value, EverCloudExceptionDataPtr exceptionData)
void onCreateNoteRequestReady(Note value, EverCloudExceptionDataPtr exceptionData)
void getResourceDataRequestReady(QByteArray data)
void onListNotebooksRequestReady(QList< Notebook > value, EverCloudExceptionDataPtr exceptionData)
void getNoteTagNamesRequestReady(QByteArray data)
void listLinkedNotebooksRequestReady(QByteArray data)
void createTagRequest(Tag tag, IRequestContextPtr ctx)
void onUnsetNoteApplicationDataEntryRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void expungeNotebookRequestReady(QByteArray data)
void getFilteredSyncChunkRequestReady(QByteArray data)
void getDefaultNotebookRequestReady(QByteArray data)
void expungeNoteRequest(Guid guid, IRequestContextPtr ctx)
void stopSharingNoteRequestReady(QByteArray data)
void getNoteContentRequest(Guid guid, IRequestContextPtr ctx)
void getLinkedNotebookSyncStateRequestReady(QByteArray data)
void getNoteSearchTextRequestReady(QByteArray data)
void createOrUpdateNotebookSharesRequest(NotebookShareTemplate shareTemplate, IRequestContextPtr ctx)
void onGetNoteContentRequestReady(QString value, EverCloudExceptionDataPtr exceptionData)
void onGetPublicNotebookRequestReady(Notebook value, EverCloudExceptionDataPtr exceptionData)
void shareNoteRequest(Guid guid, IRequestContextPtr ctx)
void listSearchesRequestReady(QByteArray data)
void findNotesMetadataRequestReady(QByteArray data)
void authenticateToSharedNotebookRequestReady(QByteArray data)
void updateSharedNotebookRequestReady(QByteArray data)
void expungeLinkedNotebookRequestReady(QByteArray data)
NoteStoreServer(QObject *parent=nullptr)
void onListNoteVersionsRequestReady(QList< NoteVersionId > value, EverCloudExceptionDataPtr exceptionData)
void setResourceApplicationDataEntryRequest(Guid guid, QString key, QString value, IRequestContextPtr ctx)
void findRelatedRequestReady(QByteArray data)
void getResourceDataRequest(Guid guid, IRequestContextPtr ctx)
void findNotesMetadataRequest(NoteFilter filter, qint32 offset, qint32 maxNotes, NotesMetadataResultSpec resultSpec, IRequestContextPtr ctx)
void onUpdateNoteRequestReady(Note value, EverCloudExceptionDataPtr exceptionData)
void getSyncStateRequestReady(QByteArray data)
void getNoteRequestReady(QByteArray data)
void getSyncStateRequest(IRequestContextPtr ctx)
void updateResourceRequestReady(QByteArray data)
void getResourceSearchTextRequest(Guid guid, IRequestContextPtr ctx)
void getResourceRecognitionRequestReady(QByteArray data)
void onAuthenticateToSharedNotebookRequestReady(AuthenticationResult value, EverCloudExceptionDataPtr exceptionData)
void onGetSearchRequestReady(SavedSearch value, EverCloudExceptionDataPtr exceptionData)
void listTagsRequestReady(QByteArray data)
void listNotebooksRequest(IRequestContextPtr ctx)
void onGetLinkedNotebookSyncStateRequestReady(SyncState value, EverCloudExceptionDataPtr exceptionData)
void onUnsetResourceApplicationDataEntryRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void createSearchRequestReady(QByteArray data)
void onCreateLinkedNotebookRequestReady(LinkedNotebook value, EverCloudExceptionDataPtr exceptionData)
void onGetResourceDataRequestReady(QByteArray value, EverCloudExceptionDataPtr exceptionData)
void onGetSharedNotebookByAuthRequestReady(SharedNotebook value, EverCloudExceptionDataPtr exceptionData)
void expungeNoteRequestReady(QByteArray data)
void onGetResourceApplicationDataRequestReady(LazyMap value, EverCloudExceptionDataPtr exceptionData)
void onGetNoteSearchTextRequestReady(QString value, EverCloudExceptionDataPtr exceptionData)
void onCopyNoteRequestReady(Note value, EverCloudExceptionDataPtr exceptionData)
void createLinkedNotebookRequestReady(QByteArray data)
void onGetResourceAttributesRequestReady(ResourceAttributes value, EverCloudExceptionDataPtr exceptionData)
void getSearchRequest(Guid guid, IRequestContextPtr ctx)
void onGetResourceAlternateDataRequestReady(QByteArray value, EverCloudExceptionDataPtr exceptionData)
void createNotebookRequest(Notebook notebook, IRequestContextPtr ctx)
void updateTagRequest(Tag tag, IRequestContextPtr ctx)
void expungeNotebookRequest(Guid guid, IRequestContextPtr ctx)
void onUpdateNotebookRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void onUntagAllRequestReady(EverCloudExceptionDataPtr exceptionData)
void onGetFilteredSyncChunkRequestReady(SyncChunk value, EverCloudExceptionDataPtr exceptionData)
void findNoteCountsRequest(NoteFilter filter, bool withTrash, IRequestContextPtr ctx)
void createSearchRequest(SavedSearch search, IRequestContextPtr ctx)
void authenticateToSharedNoteRequestReady(QByteArray data)
void onAuthenticateToSharedNoteRequestReady(AuthenticationResult value, EverCloudExceptionDataPtr exceptionData)
void shareNoteRequestReady(QByteArray data)
void onSetResourceApplicationDataEntryRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void onShareNotebookRequestReady(SharedNotebook value, EverCloudExceptionDataPtr exceptionData)
void onFindNoteCountsRequestReady(NoteCollectionCounts value, EverCloudExceptionDataPtr exceptionData)
void getPublicNotebookRequestReady(QByteArray data)
void listNoteVersionsRequestReady(QByteArray data)
void getNoteVersionRequestReady(QByteArray data)
void onUpdateLinkedNotebookRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void untagAllRequest(Guid guid, IRequestContextPtr ctx)
void getResourceRequestReady(QByteArray data)
void updateNotebookRequestReady(QByteArray data)
void onListAccessibleBusinessNotebooksRequestReady(QList< Notebook > value, EverCloudExceptionDataPtr exceptionData)
void createNoteRequestReady(QByteArray data)
void onUpdateSharedNotebookRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void getResourceByHashRequest(Guid noteGuid, QByteArray contentHash, bool withData, bool withRecognition, bool withAlternateData, IRequestContextPtr ctx)
void getNoteContentRequestReady(QByteArray data)
void shareNotebookRequest(SharedNotebook sharedNotebook, QString message, IRequestContextPtr ctx)
void onExpungeSearchRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void onManageNotebookSharesRequestReady(ManageNotebookSharesResult value, EverCloudExceptionDataPtr exceptionData)
void createOrUpdateNotebookSharesRequestReady(QByteArray data)
void getResourceAlternateDataRequestReady(QByteArray data)
void onListTagsByNotebookRequestReady(QList< Tag > value, EverCloudExceptionDataPtr exceptionData)
void onExpungeTagRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void setNotebookRecipientSettingsRequestReady(QByteArray data)
void getTagRequest(Guid guid, IRequestContextPtr ctx)
void getNoteVersionRequest(Guid noteGuid, qint32 updateSequenceNum, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, IRequestContextPtr ctx)
void onGetNotebookRequestReady(Notebook value, EverCloudExceptionDataPtr exceptionData)
void getNoteRequest(Guid guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, IRequestContextPtr ctx)
void onUpdateSearchRequestReady(qint32 value, EverCloudExceptionDataPtr exceptionData)
void updateSharedNotebookRequest(SharedNotebook sharedNotebook, IRequestContextPtr ctx)
void getResourceApplicationDataRequestReady(QByteArray data)
void copyNoteRequestReady(QByteArray data)
void deleteNoteRequest(Guid guid, IRequestContextPtr ctx)
void listSearchesRequest(IRequestContextPtr ctx)
void onGetNoteApplicationDataEntryRequestReady(QString value, EverCloudExceptionDataPtr exceptionData)
void updateTagRequestReady(QByteArray data)
void copyNoteRequest(Guid noteGuid, Guid toNotebookGuid, IRequestContextPtr ctx)
void onGetSyncStateRequestReady(SyncState value, EverCloudExceptionDataPtr exceptionData)
void getDefaultNotebookRequest(IRequestContextPtr ctx)
void listSharedNotebooksRequestReady(QByteArray data)
void getNotebookRequest(Guid guid, IRequestContextPtr ctx)
void getNotebookSharesRequest(QString notebookGuid, IRequestContextPtr ctx)
void expungeTagRequest(Guid guid, IRequestContextPtr ctx)
void getResourceApplicationDataEntryRequestReady(QByteArray data)
void updateResourceRequest(Resource resource, IRequestContextPtr ctx)
The UserStoreServer class represents customizable server for UserStore requests. It is primarily used...
Definition: Servers.h:903
void updateBusinessUserIdentifierRequest(QString oldEmailAddress, QString newEmailAddress, IRequestContextPtr ctx)
void onGetUserUrlsRequestReady(UserUrls value, EverCloudExceptionDataPtr exceptionData)
void onAuthenticateLongSessionRequestReady(AuthenticationResult value, EverCloudExceptionDataPtr exceptionData)
void getAccountLimitsRequest(ServiceLevel serviceLevel, IRequestContextPtr ctx)
void completeTwoFactorAuthenticationRequest(QString oneTimeCode, QString deviceIdentifier, QString deviceDescription, IRequestContextPtr ctx)
void completeTwoFactorAuthenticationRequestReady(QByteArray data)
void removeFromBusinessRequest(QString emailAddress, IRequestContextPtr ctx)
void onListBusinessUsersRequestReady(QList< UserProfile > value, EverCloudExceptionDataPtr exceptionData)
void listBusinessUsersRequestReady(QByteArray data)
void onGetPublicUserInfoRequestReady(PublicUserInfo value, EverCloudExceptionDataPtr exceptionData)
void getPublicUserInfoRequest(QString username, IRequestContextPtr ctx)
void checkVersionRequestReady(QByteArray data)
void getPublicUserInfoRequestReady(QByteArray data)
void authenticateLongSessionRequestReady(QByteArray data)
void onRevokeLongSessionRequestReady(EverCloudExceptionDataPtr exceptionData)
void getUserRequest(IRequestContextPtr ctx)
void onCompleteTwoFactorAuthenticationRequestReady(AuthenticationResult value, EverCloudExceptionDataPtr exceptionData)
void authenticateToBusinessRequestReady(QByteArray data)
void revokeLongSessionRequestReady(QByteArray data)
void getBootstrapInfoRequest(QString locale, IRequestContextPtr ctx)
void getUserRequestReady(QByteArray data)
void onGetAccountLimitsRequestReady(AccountLimits value, EverCloudExceptionDataPtr exceptionData)
void getUserUrlsRequestReady(QByteArray data)
void listBusinessInvitationsRequest(bool includeRequestedInvitations, IRequestContextPtr ctx)
void getUserUrlsRequest(IRequestContextPtr ctx)
void listBusinessInvitationsRequestReady(QByteArray data)
void updateBusinessUserIdentifierRequestReady(QByteArray data)
void onAuthenticateToBusinessRequestReady(AuthenticationResult value, EverCloudExceptionDataPtr exceptionData)
void inviteToBusinessRequestReady(QByteArray data)
UserStoreServer(QObject *parent=nullptr)
void getBootstrapInfoRequestReady(QByteArray data)
void onGetUserRequestReady(User value, EverCloudExceptionDataPtr exceptionData)
void onCheckVersionRequestReady(bool value, EverCloudExceptionDataPtr exceptionData)
void revokeLongSessionRequest(IRequestContextPtr ctx)
void onGetBootstrapInfoRequestReady(BootstrapInfo value, EverCloudExceptionDataPtr exceptionData)
void getAccountLimitsRequestReady(QByteArray data)
void listBusinessUsersRequest(IRequestContextPtr ctx)
void onInviteToBusinessRequestReady(EverCloudExceptionDataPtr exceptionData)
void onRemoveFromBusinessRequestReady(EverCloudExceptionDataPtr exceptionData)
void onRequest(QByteArray data)
void authenticateToBusinessRequest(IRequestContextPtr ctx)
void checkVersionRequest(QString clientName, qint16 edamVersionMajor, qint16 edamVersionMinor, IRequestContextPtr ctx)
void inviteToBusinessRequest(QString emailAddress, IRequestContextPtr ctx)
void onUpdateBusinessUserIdentifierRequestReady(EverCloudExceptionDataPtr exceptionData)
void onListBusinessInvitationsRequestReady(QList< BusinessInvitation > value, EverCloudExceptionDataPtr exceptionData)
void authenticateLongSessionRequest(QString username, QString password, QString consumerKey, QString consumerSecret, QString deviceIdentifier, QString deviceDescription, bool supportsTwoFactor, IRequestContextPtr ctx)
void removeFromBusinessRequestReady(QByteArray data)
Definition: AsyncResult.h:21
std::shared_ptr< EverCloudExceptionData > EverCloudExceptionDataPtr
Definition: EverCloudException.h:149
QString Guid
Definition: Types.h:62
ServiceLevel
Definition: EDAMErrorCode.h:326
qint32 UserID
Definition: Types.h:50
std::shared_ptr< IRequestContext > IRequestContextPtr
Definition: RequestContext.h:81