30#ifndef JELLYFIN_DTO_IMAGEPROVIDERINFO_H
31#define JELLYFIN_DTO_IMAGEPROVIDERINFO_H
67 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition imageproviderinfo.h:51
ImageProviderInfo(QString name, QList< ImageType > supportedImages)
Definition imageproviderinfo.cpp:36
QString m_name
Definition imageproviderinfo.h:90
QList< ImageType > m_supportedImages
Definition imageproviderinfo.h:91
QJsonObject toJson() const
Definition imageproviderinfo.cpp:69
void replaceData(ImageProviderInfo &other)
Definition imageproviderinfo.cpp:51
QString name() const
Gets the name.
Definition imageproviderinfo.cpp:77
void setSupportedImages(QList< ImageType > newSupportedImages)
Gets the supported image types.
Definition imageproviderinfo.cpp:85
static ImageProviderInfo fromJson(QJsonObject source)
Definition imageproviderinfo.cpp:56
QList< ImageType > supportedImages() const
Gets the supported image types.
Definition imageproviderinfo.cpp:83
void setFromJson(QJsonObject source)
Definition imageproviderinfo.cpp:63
void setName(QString newName)
Gets the name.
Definition imageproviderinfo.cpp:79
Definition mediaplayer2.h:20
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::ImageProviderInfo ImageProviderInfo
Definition imageproviderinfo.h:103
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