#include <repositoryinfo.h>
◆ RepositoryInfo() [1/2]
Jellyfin::DTO::RepositoryInfo::RepositoryInfo |
( |
bool | enabled | ) |
|
◆ RepositoryInfo() [2/2]
Jellyfin::DTO::RepositoryInfo::RepositoryInfo |
( |
const RepositoryInfo & | other | ) |
|
◆ enabled()
bool Jellyfin::DTO::RepositoryInfo::enabled |
( |
| ) |
const |
Gets or sets a value indicating whether the repository is enabled.
◆ fromJson()
RepositoryInfo Jellyfin::DTO::RepositoryInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
QString Jellyfin::DTO::RepositoryInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::RepositoryInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::RepositoryInfo::replaceData |
( |
RepositoryInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setEnabled()
void Jellyfin::DTO::RepositoryInfo::setEnabled |
( |
bool | newEnabled | ) |
|
Gets or sets a value indicating whether the repository is enabled.
◆ setFromJson()
void Jellyfin::DTO::RepositoryInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::RepositoryInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::RepositoryInfo::setNameNull |
( |
| ) |
|
◆ setUrl()
void Jellyfin::DTO::RepositoryInfo::setUrl |
( |
QString | newUrl | ) |
|
◆ setUrlNull()
void Jellyfin::DTO::RepositoryInfo::setUrlNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::RepositoryInfo::toJson |
( |
| ) |
const |
◆ url()
QString Jellyfin::DTO::RepositoryInfo::url |
( |
| ) |
const |
◆ urlNull()
bool Jellyfin::DTO::RepositoryInfo::urlNull |
( |
| ) |
const |
◆ m_enabled
bool Jellyfin::DTO::RepositoryInfo::m_enabled |
|
protected |
◆ m_name
QString Jellyfin::DTO::RepositoryInfo::m_name |
|
protected |
◆ m_url
QString Jellyfin::DTO::RepositoryInfo::m_url |
|
protected |
The documentation for this class was generated from the following files: