#include <libraryoptioninfodto.h>
◆ LibraryOptionInfoDto() [1/2]
Jellyfin::DTO::LibraryOptionInfoDto::LibraryOptionInfoDto |
( |
bool | defaultEnabled | ) |
|
◆ LibraryOptionInfoDto() [2/2]
◆ defaultEnabled()
bool Jellyfin::DTO::LibraryOptionInfoDto::defaultEnabled |
( |
| ) |
const |
Gets or sets a value indicating whether default enabled.
◆ fromJson()
◆ name()
QString Jellyfin::DTO::LibraryOptionInfoDto::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::LibraryOptionInfoDto::nameNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setDefaultEnabled()
void Jellyfin::DTO::LibraryOptionInfoDto::setDefaultEnabled |
( |
bool | newDefaultEnabled | ) |
|
Gets or sets a value indicating whether default enabled.
◆ setFromJson()
void Jellyfin::DTO::LibraryOptionInfoDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::LibraryOptionInfoDto::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::LibraryOptionInfoDto::setNameNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::LibraryOptionInfoDto::toJson |
( |
| ) |
const |
◆ m_defaultEnabled
bool Jellyfin::DTO::LibraryOptionInfoDto::m_defaultEnabled |
|
protected |
◆ m_name
QString Jellyfin::DTO::LibraryOptionInfoDto::m_name |
|
protected |
The documentation for this class was generated from the following files: