#include <startupuserdto.h>
◆ StartupUserDto() [1/2]
Jellyfin::DTO::StartupUserDto::StartupUserDto |
( |
| ) |
|
◆ StartupUserDto() [2/2]
Jellyfin::DTO::StartupUserDto::StartupUserDto |
( |
const StartupUserDto & | other | ) |
|
◆ fromJson()
StartupUserDto Jellyfin::DTO::StartupUserDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
QString Jellyfin::DTO::StartupUserDto::name |
( |
| ) |
const |
Gets or sets the username.
◆ nameNull()
bool Jellyfin::DTO::StartupUserDto::nameNull |
( |
| ) |
const |
◆ password()
QString Jellyfin::DTO::StartupUserDto::password |
( |
| ) |
const |
Gets or sets the user's password.
◆ passwordNull()
bool Jellyfin::DTO::StartupUserDto::passwordNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::StartupUserDto::replaceData |
( |
StartupUserDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::StartupUserDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::StartupUserDto::setName |
( |
QString | newName | ) |
|
Gets or sets the username.
◆ setNameNull()
void Jellyfin::DTO::StartupUserDto::setNameNull |
( |
| ) |
|
◆ setPassword()
void Jellyfin::DTO::StartupUserDto::setPassword |
( |
QString | newPassword | ) |
|
Gets or sets the user's password.
◆ setPasswordNull()
void Jellyfin::DTO::StartupUserDto::setPasswordNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::StartupUserDto::toJson |
( |
| ) |
const |
◆ m_name
QString Jellyfin::DTO::StartupUserDto::m_name |
|
protected |
◆ m_password
QString Jellyfin::DTO::StartupUserDto::m_password |
|
protected |
The documentation for this class was generated from the following files: