7#ifndef KDAV_DAVCOLLECTIONMODIFYJOB_H
8#define KDAV_DAVCOLLECTIONMODIFYJOB_H
10#include "kdav_export.h"
12#include "davjobbase.h"
17class DavCollectionModifyJobPrivate;
47 void setProperty(
const QString &property,
const QString &value,
const QString &ns = QString());
A job that modifies a DAV collection.
Definition davcollectionmodifyjob.h:28
void start() override
Starts the job.
void removeProperty(const QString &property, const QString &ns)
Sets the property that shall be removed by the job.
DavCollectionModifyJob(const DavUrl &url, QObject *parent=nullptr)
Creates a new DAV collection modify job.
void setProperty(const QString &property, const QString &value, const QString &ns=QString())
Sets the property that shall be modified by 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