30#ifndef JELLYFIN_DTO_CULTUREDTO_H
31#define JELLYFIN_DTO_CULTUREDTO_H
61 QJsonObject
toJson()
const;
Definition culturedto.h:50
bool displayNameNull() const
Definition culturedto.cpp:119
QString twoLetterISOLanguageName() const
Gets or sets the name of the two letter ISO language.
Definition culturedto.cpp:127
void setTwoLetterISOLanguageNameNull()
Definition culturedto.cpp:136
CultureDto()
Definition culturedto.cpp:35
void setThreeLetterISOLanguageNames(QStringList newThreeLetterISOLanguageNames)
Definition culturedto.cpp:155
void setFromJson(QJsonObject source)
Definition culturedto.cpp:61
void setDisplayNameNull()
Definition culturedto.cpp:123
void setName(QString newName)
Gets or sets the name.
Definition culturedto.cpp:103
QJsonObject toJson() const
Definition culturedto.cpp:70
bool threeLetterISOLanguageNameNull() const
Definition culturedto.cpp:145
void setTwoLetterISOLanguageName(QString newTwoLetterISOLanguageName)
Gets or sets the name of the two letter ISO language.
Definition culturedto.cpp:129
QString m_displayName
Definition culturedto.h:118
void setThreeLetterISOLanguageNameNull()
Definition culturedto.cpp:149
void replaceData(CultureDto &other)
Definition culturedto.cpp:46
QString m_twoLetterISOLanguageName
Definition culturedto.h:119
void setDisplayName(QString newDisplayName)
Gets or sets the display name.
Definition culturedto.cpp:116
bool twoLetterISOLanguageNameNull() const
Definition culturedto.cpp:132
void setThreeLetterISOLanguageNamesNull()
Definition culturedto.cpp:162
QString name() const
Gets or sets the name.
Definition culturedto.cpp:101
static CultureDto fromJson(QJsonObject source)
Definition culturedto.cpp:54
bool threeLetterISOLanguageNamesNull() const
Definition culturedto.cpp:158
QStringList threeLetterISOLanguageNames() const
Definition culturedto.cpp:153
void setThreeLetterISOLanguageName(QString newThreeLetterISOLanguageName)
Gets or sets the name of the three letter ISO language.
Definition culturedto.cpp:142
QString displayName() const
Gets or sets the display name.
Definition culturedto.cpp:114
bool nameNull() const
Definition culturedto.cpp:106
QString threeLetterISOLanguageName() const
Gets or sets the name of the three letter ISO language.
Definition culturedto.cpp:140
QStringList m_threeLetterISOLanguageNames
Definition culturedto.h:121
QString m_threeLetterISOLanguageName
Definition culturedto.h:120
void setNameNull()
Definition culturedto.cpp:110
QString m_name
Definition culturedto.h:117
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