30#ifndef JELLYFIN_DTO_CASTRECEIVERAPPLICATION_H
31#define JELLYFIN_DTO_CASTRECEIVERAPPLICATION_H
64 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition castreceiverapplication.h:48
QString m_name
Definition castreceiverapplication.h:88
QJsonObject toJson() const
Definition castreceiverapplication.cpp:69
void setFromJson(QJsonObject source)
Definition castreceiverapplication.cpp:63
void setJellyfinId(QString newJellyfinId)
Gets or sets the cast receiver application id.
Definition castreceiverapplication.cpp:79
QString jellyfinId() const
Gets or sets the cast receiver application id.
Definition castreceiverapplication.cpp:77
void setName(QString newName)
Gets or sets the cast receiver application name.
Definition castreceiverapplication.cpp:85
static CastReceiverApplication fromJson(QJsonObject source)
Definition castreceiverapplication.cpp:56
void replaceData(CastReceiverApplication &other)
Definition castreceiverapplication.cpp:51
QString name() const
Gets or sets the cast receiver application name.
Definition castreceiverapplication.cpp:83
QString m_jellyfinId
Definition castreceiverapplication.h:87
CastReceiverApplication(QString jellyfinId, QString name)
Definition castreceiverapplication.cpp:36
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::CastReceiverApplication CastReceiverApplication
Definition castreceiverapplication.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