30#ifndef JELLYFIN_DTO_SPECIALVIEWOPTIONDTO_H
31#define JELLYFIN_DTO_SPECIALVIEWOPTIONDTO_H
59 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition specialviewoptiondto.h:48
bool jellyfinIdNull() const
Definition specialviewoptiondto.cpp:95
static SpecialViewOptionDto fromJson(QJsonObject source)
Definition specialviewoptiondto.cpp:48
QJsonObject toJson() const
Definition specialviewoptiondto.cpp:61
QString m_name
Definition specialviewoptiondto.h:86
QString jellyfinId() const
Gets or sets view option id.
Definition specialviewoptiondto.cpp:90
QString name() const
Gets or sets view option name.
Definition specialviewoptiondto.cpp:77
QString m_jellyfinId
Definition specialviewoptiondto.h:87
void setNameNull()
Definition specialviewoptiondto.cpp:86
SpecialViewOptionDto()
Definition specialviewoptiondto.cpp:35
bool nameNull() const
Definition specialviewoptiondto.cpp:82
void replaceData(SpecialViewOptionDto &other)
Definition specialviewoptiondto.cpp:43
void setFromJson(QJsonObject source)
Definition specialviewoptiondto.cpp:55
void setName(QString newName)
Gets or sets view option name.
Definition specialviewoptiondto.cpp:79
void setJellyfinIdNull()
Definition specialviewoptiondto.cpp:99
void setJellyfinId(QString newJellyfinId)
Gets or sets view option id.
Definition specialviewoptiondto.cpp:92
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::SpecialViewOptionDto SpecialViewOptionDto
Definition specialviewoptiondto.h:97
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