9#ifndef ATTICA_METADATA_H
10#define ATTICA_METADATA_H
14#include <QNetworkReply>
15#include <QSharedDataPointer>
17#include "attica_export.h"
47 void setError(Error error);
55 void setStatusCode(
int code);
61 void setStatusString(
const QString &status);
65 void setMessage(
const QString &message);
69 void setTotalItems(
int items);
73 void setItemsPerPage(
int itemsPerPage);
77 void setResultingId(
const QString &
id);
88 QList<QNetworkReply::RawHeaderPair>
headers()
const;
94 void setHeaders(
const QList<QNetworkReply::RawHeaderPair> &headers);
98 QSharedDataPointer<Private> d;
The baseclass for all job classes.
Definition atticabasejob.h:32
The Attica namespace,.
Definition activity.h:21