7#ifndef KDAV_DAVITEMCREATEJOB_H
8#define KDAV_DAVITEMCREATEJOB_H
10#include "kdav_export.h"
13#include "davjobbase.h"
18class DavItemCreateJobPrivate;
49 Q_REQUIRED_RESULT QUrl itemUrl()
const;
A job to create a DAV item on the DAV server.
Definition davitemcreatejob.h:26
DavItemCreateJob(const DavItem &item, QObject *parent=nullptr)
Creates a new DAV item create job.
DavItem item() const
Returns the created DAV item including the correct identifier URL and current ETag information.
void start() override
Starts the job.
A helper class to store information about DAV resources.
Definition davitem.h:39
base class for the jobs used by the resource.
Definition davjobbase.h:27
The KDAV namespace.
Definition davjobbase.h:17