30#ifndef JELLYFIN_DTO_LIBRARYTYPEOPTIONSDTO_H
31#define JELLYFIN_DTO_LIBRARYTYPEOPTIONSDTO_H
71 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition librarytypeoptionsdto.h:53
void setSupportedImageTypes(QList< ImageType > newSupportedImageTypes)
Gets or sets the supported image types.
Definition librarytypeoptionsdto.cpp:124
void setTypeNull()
Definition librarytypeoptionsdto.cpp:106
QString m_type
Definition librarytypeoptionsdto.h:123
void replaceData(LibraryTypeOptionsDto &other)
Definition librarytypeoptionsdto.cpp:58
QList< ImageOption > defaultImageOptions() const
Gets or sets the default image options.
Definition librarytypeoptionsdto.cpp:128
QList< ImageType > supportedImageTypes() const
Gets or sets the supported image types.
Definition librarytypeoptionsdto.cpp:122
QString type() const
Gets or sets the type.
Definition librarytypeoptionsdto.cpp:97
QJsonObject toJson() const
Definition librarytypeoptionsdto.cpp:82
QList< ImageType > m_supportedImageTypes
Definition librarytypeoptionsdto.h:126
QList< LibraryOptionInfoDto > metadataFetchers() const
Gets or sets the metadata fetchers.
Definition librarytypeoptionsdto.cpp:110
void setMetadataFetchers(QList< LibraryOptionInfoDto > newMetadataFetchers)
Gets or sets the metadata fetchers.
Definition librarytypeoptionsdto.cpp:112
QList< LibraryOptionInfoDto > imageFetchers() const
Gets or sets the image fetchers.
Definition librarytypeoptionsdto.cpp:116
QList< LibraryOptionInfoDto > m_imageFetchers
Definition librarytypeoptionsdto.h:125
void setImageFetchers(QList< LibraryOptionInfoDto > newImageFetchers)
Gets or sets the image fetchers.
Definition librarytypeoptionsdto.cpp:118
void setType(QString newType)
Gets or sets the type.
Definition librarytypeoptionsdto.cpp:99
void setDefaultImageOptions(QList< ImageOption > newDefaultImageOptions)
Gets or sets the default image options.
Definition librarytypeoptionsdto.cpp:130
LibraryTypeOptionsDto(QList< LibraryOptionInfoDto > metadataFetchers, QList< LibraryOptionInfoDto > imageFetchers, QList< ImageType > supportedImageTypes, QList< ImageOption > defaultImageOptions)
Definition librarytypeoptionsdto.cpp:36
bool typeNull() const
Definition librarytypeoptionsdto.cpp:102
QList< LibraryOptionInfoDto > m_metadataFetchers
Definition librarytypeoptionsdto.h:124
QList< ImageOption > m_defaultImageOptions
Definition librarytypeoptionsdto.h:127
void setFromJson(QJsonObject source)
Definition librarytypeoptionsdto.cpp:73
static LibraryTypeOptionsDto fromJson(QJsonObject source)
Definition librarytypeoptionsdto.cpp:66
Definition mediaplayer2.h:20
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::LibraryTypeOptionsDto LibraryTypeOptionsDto
Definition librarytypeoptionsdto.h:139
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