10#ifndef KDAV_DAVITEMSFETCHJOB_H
11#define KDAV_DAVITEMSFETCHJOB_H
13#include "kdav_export.h"
16#include "davjobbase.h"
23class DavItemsFetchJobPrivate;
A helper class to store information about DAV resources.
Definition davitem.h:39
QVector< DavItem > List
Defines a list of DAV item objects.
Definition davitem.h:44
A job that fetches a list of items from a DAV server using a MULTIGET query.
Definition davitemsfetchjob.h:31
DavItem::List items() const
Returns the list of fetched items.
DavItemsFetchJob(const DavUrl &collectionUrl, const QStringList &urls, QObject *parent=nullptr)
Creates a new items fetch job.
DavItem item(const QString &url) const
Return the item found at url.
void start() override
Starts the job.
base class for the jobs used by the resource.
Definition davjobbase.h:27
A helper class to combine URL and protocol of a DAV URL.
Definition davurl.h:27
The KDAV namespace.
Definition davjobbase.h:17