30#ifndef JELLYFIN_DTO_GENERALCOMMAND_H
31#define JELLYFIN_DTO_GENERALCOMMAND_H
66 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition generalcommand.h:49
QString m_controllingUserId
Definition generalcommand.h:87
QJsonObject toJson() const
Definition generalcommand.cpp:74
GeneralCommandType m_name
Definition generalcommand.h:86
QJsonObject arguments() const
Definition generalcommand.cpp:95
void setControllingUserId(QString newControllingUserId)
Definition generalcommand.cpp:91
GeneralCommandType name() const
Definition generalcommand.cpp:83
void setName(GeneralCommandType newName)
Definition generalcommand.cpp:85
GeneralCommand(GeneralCommandType name, QString controllingUserId, QJsonObject arguments)
Definition generalcommand.cpp:36
QString controllingUserId() const
Definition generalcommand.cpp:89
void setFromJson(QJsonObject source)
Definition generalcommand.cpp:67
void setArguments(QJsonObject newArguments)
Definition generalcommand.cpp:97
void replaceData(GeneralCommand &other)
Definition generalcommand.cpp:54
static GeneralCommand fromJson(QJsonObject source)
Definition generalcommand.cpp:60
QJsonObject m_arguments
Definition generalcommand.h:88
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
GeneralCommandTypeClass::Value GeneralCommandType
Definition generalcommandtype.h:100
Definition accessschedule.h:128
Jellyfin::DTO::GeneralCommand GeneralCommand
Definition generalcommand.h:100
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