KDAV
davitemslistjob.h
41 DavItemsListJob(const DavUrl &url, const std::shared_ptr<EtagCache> &cache, QObject *parent = nullptr);
void setTimeRange(const QString &start, const QString &end)
Sets the start and end time to list items for.
Definition davitemslistjob.cpp:61
void setContentMimeTypes(const QStringList &types)
Limits the mime types of the items requested.
Definition davitemslistjob.cpp:55
DavItem::List items() const
Returns the list of items seen including identifier URL and ETag information.
Definition davitemslistjob.cpp:115
QStringList deletedItems() const
Returns the list of items URLs that were not seen in the backend.
Definition davitemslistjob.cpp:127
DavItemsListJob(const DavUrl &url, const std::shared_ptr< EtagCache > &cache, QObject *parent=nullptr)
Creates a new DAV items list job.
Definition davitemslistjob.cpp:45
DavItem::List changedItems() const
Returns the list of items that were changed on the server.
Definition davitemslistjob.cpp:121
Q_SCRIPTABLE Q_NOREPLY void start()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:51:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:51:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.