#include <startupconfigurationdto.h>
◆ StartupConfigurationDto() [1/2]
| Jellyfin::DTO::StartupConfigurationDto::StartupConfigurationDto |
( |
| ) |
|
◆ StartupConfigurationDto() [2/2]
◆ fromJson()
◆ metadataCountryCode()
| QString Jellyfin::DTO::StartupConfigurationDto::metadataCountryCode |
( |
| ) |
const |
Gets or sets the metadata country code.
◆ metadataCountryCodeNull()
| bool Jellyfin::DTO::StartupConfigurationDto::metadataCountryCodeNull |
( |
| ) |
const |
◆ preferredMetadataLanguage()
| QString Jellyfin::DTO::StartupConfigurationDto::preferredMetadataLanguage |
( |
| ) |
const |
Gets or sets the preferred language for the metadata.
◆ preferredMetadataLanguageNull()
| bool Jellyfin::DTO::StartupConfigurationDto::preferredMetadataLanguageNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::StartupConfigurationDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setMetadataCountryCode()
| void Jellyfin::DTO::StartupConfigurationDto::setMetadataCountryCode |
( |
QString | newMetadataCountryCode | ) |
|
Gets or sets the metadata country code.
◆ setMetadataCountryCodeNull()
| void Jellyfin::DTO::StartupConfigurationDto::setMetadataCountryCodeNull |
( |
| ) |
|
◆ setPreferredMetadataLanguage()
| void Jellyfin::DTO::StartupConfigurationDto::setPreferredMetadataLanguage |
( |
QString | newPreferredMetadataLanguage | ) |
|
Gets or sets the preferred language for the metadata.
◆ setPreferredMetadataLanguageNull()
| void Jellyfin::DTO::StartupConfigurationDto::setPreferredMetadataLanguageNull |
( |
| ) |
|
◆ setUICulture()
| void Jellyfin::DTO::StartupConfigurationDto::setUICulture |
( |
QString | newUICulture | ) |
|
Gets or sets UI language culture.
◆ setUICultureNull()
| void Jellyfin::DTO::StartupConfigurationDto::setUICultureNull |
( |
| ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::StartupConfigurationDto::toJson |
( |
| ) |
const |
◆ uICulture()
| QString Jellyfin::DTO::StartupConfigurationDto::uICulture |
( |
| ) |
const |
Gets or sets UI language culture.
◆ uICultureNull()
| bool Jellyfin::DTO::StartupConfigurationDto::uICultureNull |
( |
| ) |
const |
◆ m_metadataCountryCode
| QString Jellyfin::DTO::StartupConfigurationDto::m_metadataCountryCode |
|
protected |
◆ m_preferredMetadataLanguage
| QString Jellyfin::DTO::StartupConfigurationDto::m_preferredMetadataLanguage |
|
protected |
◆ m_uICulture
| QString Jellyfin::DTO::StartupConfigurationDto::m_uICulture |
|
protected |
The documentation for this class was generated from the following files: