Kgapi
filefetchjob.h
52 explicit FileFetchJob(const QString &fileId, const AccountPtr &account, QObject *parent = nullptr);
53 explicit FileFetchJob(const QStringList &filesIds, const AccountPtr &account, QObject *parent = nullptr);
54 explicit FileFetchJob(const FileSearchQuery &query, const AccountPtr &account, QObject *parent = nullptr);
67 * @deprecated This parameter will only be effective until June 1, 2020. Afterwards shared drive items will be included in the results.
76 * @deprecated This parameter will only be effective until June 1, 2020. Afterwards shared drive items will be included in the results.
85 * @deprecated This parameter will only be effective until June 1, 2020. Afterwards all applications
95 * @deprecated This parameter will only be effective until June 1, 2020. Afterwards all applications
102 KGAPI2::ObjectsList handleReplyWithItems(const QNetworkReply *reply, const QByteArray &rawData) override;
FileSearchQuery class allows simply building even complex file search queries for FileFetchJob.
Definition filesearchquery.h:32
Q_SCRIPTABLE Q_NOREPLY void start()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.