#include <controlresponse.h>
◆ ControlResponse() [1/2]
Jellyfin::DTO::ControlResponse::ControlResponse |
( |
bool | isSuccessful | ) |
|
◆ ControlResponse() [2/2]
Jellyfin::DTO::ControlResponse::ControlResponse |
( |
const ControlResponse & | other | ) |
|
◆ fromJson()
ControlResponse Jellyfin::DTO::ControlResponse::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ headers()
QJsonObject Jellyfin::DTO::ControlResponse::headers |
( |
| ) |
const |
◆ headersNull()
bool Jellyfin::DTO::ControlResponse::headersNull |
( |
| ) |
const |
◆ isSuccessful()
bool Jellyfin::DTO::ControlResponse::isSuccessful |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::ControlResponse::replaceData |
( |
ControlResponse & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::ControlResponse::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setHeaders()
void Jellyfin::DTO::ControlResponse::setHeaders |
( |
QJsonObject | newHeaders | ) |
|
◆ setHeadersNull()
void Jellyfin::DTO::ControlResponse::setHeadersNull |
( |
| ) |
|
◆ setIsSuccessful()
void Jellyfin::DTO::ControlResponse::setIsSuccessful |
( |
bool | newIsSuccessful | ) |
|
◆ setXml()
void Jellyfin::DTO::ControlResponse::setXml |
( |
QString | newXml | ) |
|
◆ setXmlNull()
void Jellyfin::DTO::ControlResponse::setXmlNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::ControlResponse::toJson |
( |
| ) |
const |
◆ xml()
QString Jellyfin::DTO::ControlResponse::xml |
( |
| ) |
const |
◆ xmlNull()
bool Jellyfin::DTO::ControlResponse::xmlNull |
( |
| ) |
const |
◆ m_headers
QJsonObject Jellyfin::DTO::ControlResponse::m_headers |
|
protected |
◆ m_isSuccessful
bool Jellyfin::DTO::ControlResponse::m_isSuccessful |
|
protected |
◆ m_xml
QString Jellyfin::DTO::ControlResponse::m_xml |
|
protected |
The documentation for this class was generated from the following files: