KDAV 5.109.0
|
A job that fetches home sets for a principal. More...
#include <KDAV/DavPrincipalHomeSetsFetchJob>
Public Member Functions | |
DavPrincipalHomeSetsFetchJob (const DavUrl &url, QObject *parent=nullptr) | |
Creates a new DAV principals home sets fetch job. | |
QStringList | homeSets () const |
Returns the found home sets. | |
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 fetches home sets for a principal.
|
explicit |
Creates a new DAV principals home sets fetch job.
url | The DAV URL of the DAV principal. |
parent | The parent object. |
QStringList KDAV::DavPrincipalHomeSetsFetchJob::homeSets | ( | ) | const |
Returns the found home sets.
|
override |
Starts the job.