Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
libraryoptionsresultdto.h
Go to the documentation of this file.
1/*
2 * Sailfin: a Jellyfin client written using Qt
3 * Copyright (C) 2021 Chris Josten and the Sailfin Contributors.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19/*
20 * WARNING: THIS IS AN AUTOMATICALLY GENERATED FILE! PLEASE DO NOT EDIT THIS, AS YOUR EDITS WILL GET
21 * OVERWRITTEN AT SOME POINT!
22 *
23 * If there is a bug in this file, please fix the code generator used to generate this file found in
24 * core/openapigenerator.d.
25 *
26 * This file is generated based on Jellyfin's OpenAPI description, "openapi.json". Please update that
27 * file with a newer file if needed instead of manually updating the files.
28 */
29
30#ifndef JELLYFIN_DTO_LIBRARYOPTIONSRESULTDTO_H
31#define JELLYFIN_DTO_LIBRARYOPTIONSRESULTDTO_H
32
33#include <QJsonObject>
34#include <QJsonValue>
35#include <QList>
36#include <QStringList>
37#include <optional>
38
42
43namespace Jellyfin {
44// Forward declaration
45class ApiClient;
46}
47namespace Jellyfin {
48namespace DTO {
49
50
118
119
120} // NS DTO
121
122namespace Support {
123
125
126template <>
128
129template<>
131
132} // NS DTO
133} // NS Jellyfin
134
135#endif // JELLYFIN_DTO_LIBRARYOPTIONSRESULTDTO_H
Definition libraryoptionsresultdto.h:51
QList< LibraryOptionInfoDto > m_subtitleFetchers
Definition libraryoptionsresultdto.h:113
QList< LibraryOptionInfoDto > m_metadataSavers
Definition libraryoptionsresultdto.h:111
QJsonObject toJson() const
Definition libraryoptionsresultdto.cpp:67
LibraryOptionsResultDto()
Definition libraryoptionsresultdto.cpp:35
QList< LibraryOptionInfoDto > subtitleFetchers() const
Gets or sets the subtitle fetchers.
Definition libraryoptionsresultdto.cpp:119
QList< LibraryTypeOptionsDto > m_typeOptions
Definition libraryoptionsresultdto.h:114
bool typeOptionsNull() const
Definition libraryoptionsresultdto.cpp:137
bool subtitleFetchersNull() const
Definition libraryoptionsresultdto.cpp:124
void setFromJson(QJsonObject source)
Definition libraryoptionsresultdto.cpp:59
QList< LibraryOptionInfoDto > metadataSavers() const
Gets or sets the metadata savers.
Definition libraryoptionsresultdto.cpp:93
void setMetadataReadersNull()
Definition libraryoptionsresultdto.cpp:115
bool metadataReadersNull() const
Definition libraryoptionsresultdto.cpp:111
QList< LibraryOptionInfoDto > metadataReaders() const
Gets or sets the metadata readers.
Definition libraryoptionsresultdto.cpp:106
void setSubtitleFetchers(QList< LibraryOptionInfoDto > newSubtitleFetchers)
Gets or sets the subtitle fetchers.
Definition libraryoptionsresultdto.cpp:121
void replaceData(LibraryOptionsResultDto &other)
Definition libraryoptionsresultdto.cpp:45
void setTypeOptionsNull()
Definition libraryoptionsresultdto.cpp:141
bool metadataSaversNull() const
Definition libraryoptionsresultdto.cpp:98
static LibraryOptionsResultDto fromJson(QJsonObject source)
Definition libraryoptionsresultdto.cpp:52
QList< LibraryOptionInfoDto > m_metadataReaders
Definition libraryoptionsresultdto.h:112
void setMetadataSaversNull()
Definition libraryoptionsresultdto.cpp:102
void setTypeOptions(QList< LibraryTypeOptionsDto > newTypeOptions)
Gets or sets the type options.
Definition libraryoptionsresultdto.cpp:134
void setSubtitleFetchersNull()
Definition libraryoptionsresultdto.cpp:128
QList< LibraryTypeOptionsDto > typeOptions() const
Gets or sets the type options.
Definition libraryoptionsresultdto.cpp:132
void setMetadataSavers(QList< LibraryOptionInfoDto > newMetadataSavers)
Gets or sets the metadata savers.
Definition libraryoptionsresultdto.cpp:95
void setMetadataReaders(QList< LibraryOptionInfoDto > newMetadataReaders)
Gets or sets the metadata readers.
Definition libraryoptionsresultdto.cpp:108
Definition mediaplayer2.h:20
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