30#ifndef JELLYFIN_DTO_GENERALCOMMAND_H
31#define JELLYFIN_DTO_GENERALCOMMAND_H
65 QJsonObject
toJson()
const;
Value
Definition generalcommandtype.h:49
Definition generalcommand.h:49
QString m_controllingUserId
Definition generalcommand.h:88
QJsonObject toJson() const
Definition generalcommand.cpp:72
GeneralCommandType m_name
Definition generalcommand.h:87
void setArgumentsNull()
Definition generalcommand.cpp:106
QJsonObject arguments() const
Definition generalcommand.cpp:97
void setControllingUserId(QString newControllingUserId)
Definition generalcommand.cpp:93
GeneralCommandType name() const
Definition generalcommand.cpp:85
void setName(GeneralCommandType newName)
Definition generalcommand.cpp:87
bool argumentsNull() const
Definition generalcommand.cpp:102
QString controllingUserId() const
Definition generalcommand.cpp:91
void setFromJson(QJsonObject source)
Definition generalcommand.cpp:65
void setArguments(QJsonObject newArguments)
Definition generalcommand.cpp:99
void replaceData(GeneralCommand &other)
Definition generalcommand.cpp:52
static GeneralCommand fromJson(QJsonObject source)
Definition generalcommand.cpp:58
QJsonObject m_arguments
Definition generalcommand.h:89
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