30#ifndef JELLYFIN_DTO_DEVICEPROFILEINFO_H
31#define JELLYFIN_DTO_DEVICEPROFILEINFO_H
64 QJsonObject
toJson()
const;
Definition deviceprofileinfo.h:49
bool nameNull() const
Definition deviceprofileinfo.cpp:105
void setNameNull()
Definition deviceprofileinfo.cpp:109
static DeviceProfileInfo fromJson(QJsonObject source)
Definition deviceprofileinfo.cpp:56
void setFromJson(QJsonObject source)
Definition deviceprofileinfo.cpp:63
void setName(QString newName)
Gets or sets the name.
Definition deviceprofileinfo.cpp:102
QString m_name
Definition deviceprofileinfo.h:97
QString m_jellyfinId
Definition deviceprofileinfo.h:96
DeviceProfileType m_type
Definition deviceprofileinfo.h:98
void setType(DeviceProfileType newType)
Definition deviceprofileinfo.cpp:115
DeviceProfileType type() const
Definition deviceprofileinfo.cpp:113
void setJellyfinIdNull()
Definition deviceprofileinfo.cpp:96
QString jellyfinId() const
Gets or sets the identifier.
Definition deviceprofileinfo.cpp:87
QJsonObject toJson() const
Definition deviceprofileinfo.cpp:70
bool jellyfinIdNull() const
Definition deviceprofileinfo.cpp:92
QString name() const
Gets or sets the name.
Definition deviceprofileinfo.cpp:100
void replaceData(DeviceProfileInfo &other)
Definition deviceprofileinfo.cpp:50
void setJellyfinId(QString newJellyfinId)
Gets or sets the identifier.
Definition deviceprofileinfo.cpp:89
Value
Definition deviceprofiletype.h:49
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