#include <generalcommand.h>
◆ GeneralCommand() [1/2]
Jellyfin::DTO::GeneralCommand::GeneralCommand |
( |
GeneralCommandType | name, |
|
|
QString | controllingUserId ) |
◆ GeneralCommand() [2/2]
Jellyfin::DTO::GeneralCommand::GeneralCommand |
( |
const GeneralCommand & | other | ) |
|
◆ arguments()
QJsonObject Jellyfin::DTO::GeneralCommand::arguments |
( |
| ) |
const |
◆ argumentsNull()
bool Jellyfin::DTO::GeneralCommand::argumentsNull |
( |
| ) |
const |
◆ controllingUserId()
QString Jellyfin::DTO::GeneralCommand::controllingUserId |
( |
| ) |
const |
◆ fromJson()
GeneralCommand Jellyfin::DTO::GeneralCommand::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
◆ replaceData()
void Jellyfin::DTO::GeneralCommand::replaceData |
( |
GeneralCommand & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setArguments()
void Jellyfin::DTO::GeneralCommand::setArguments |
( |
QJsonObject | newArguments | ) |
|
◆ setArgumentsNull()
void Jellyfin::DTO::GeneralCommand::setArgumentsNull |
( |
| ) |
|
◆ setControllingUserId()
void Jellyfin::DTO::GeneralCommand::setControllingUserId |
( |
QString | newControllingUserId | ) |
|
◆ setFromJson()
void Jellyfin::DTO::GeneralCommand::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
◆ toJson()
QJsonObject Jellyfin::DTO::GeneralCommand::toJson |
( |
| ) |
const |
◆ m_arguments
QJsonObject Jellyfin::DTO::GeneralCommand::m_arguments |
|
protected |
◆ m_controllingUserId
QString Jellyfin::DTO::GeneralCommand::m_controllingUserId |
|
protected |
◆ m_name
The documentation for this class was generated from the following files: