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