30#ifndef JELLYFIN_DTO_CONTROLRESPONSE_H
31#define JELLYFIN_DTO_CONTROLRESPONSE_H
63 QJsonObject
toJson()
const;
76 void setXml(QString newXml);
Definition controlresponse.h:48
QString m_xml
Definition controlresponse.h:88
void setIsSuccessful(bool newIsSuccessful)
Definition controlresponse.cpp:115
bool isSuccessful() const
Definition controlresponse.cpp:113
QJsonObject m_headers
Definition controlresponse.h:87
bool m_isSuccessful
Definition controlresponse.h:89
void replaceData(ControlResponse &other)
Definition controlresponse.cpp:50
bool headersNull() const
Definition controlresponse.cpp:92
void setXml(QString newXml)
Definition controlresponse.cpp:102
QString xml() const
Definition controlresponse.cpp:100
void setFromJson(QJsonObject source)
Definition controlresponse.cpp:63
QJsonObject toJson() const
Definition controlresponse.cpp:70
QJsonObject headers() const
Definition controlresponse.cpp:87
static ControlResponse fromJson(QJsonObject source)
Definition controlresponse.cpp:56
bool xmlNull() const
Definition controlresponse.cpp:105
void setHeadersNull()
Definition controlresponse.cpp:96
void setHeaders(QJsonObject newHeaders)
Definition controlresponse.cpp:89
void setXmlNull()
Definition controlresponse.cpp:109
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45