KDAV 5.109.0
|
A job that deletes a DAV collection. More...
#include <KDAV/DavCollectionDeleteJob>
Public Member Functions | |
DavCollectionDeleteJob (const DavUrl &url, QObject *parent=nullptr) | |
Creates a new DAV collection delete job. | |
void | start () override |
Starts the job. | |
![]() | |
DavJobBase (QObject *parent=nullptr) | |
bool | canRetryLater () const |
Check if the job can be retried later. | |
Error | davError () const |
Returns a instance of the KDAV:Error to be able to translate the error. | |
bool | hasConflict () const |
Check if the job failed because of a conflict. | |
int | latestResponseCode () const |
Get the latest response code. | |
Additional Inherited Members | |
![]() | |
DavJobBase (DavJobBasePrivate *dd, QObject *parent=nullptr) | |
![]() | |
std::unique_ptr< DavJobBasePrivate > | d_ptr |
A job that deletes a DAV collection.
This job is used to delete a DAV collection at a certain URL.
|
explicit |
Creates a new DAV collection delete job.
url | The DAV URL of the collection to delete |
parent | The parent object. |
|
override |
Starts the job.