![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <createuserbyname.h>
Public Member Functions | |
| CreateUserByName (QString name) | |
| CreateUserByName (const CreateUserByName &other) | |
| void | replaceData (CreateUserByName &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets or sets the username. | |
| void | setName (QString newName) |
| Gets or sets the username. | |
| QString | password () const |
| Gets or sets the password. | |
| void | setPassword (QString newPassword) |
| Gets or sets the password. | |
| bool | passwordNull () const |
| void | setPasswordNull () |
Static Public Member Functions | |
| static CreateUserByName | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QString | m_password |
| Jellyfin::DTO::CreateUserByName::CreateUserByName | ( | QString | name | ) |
| Jellyfin::DTO::CreateUserByName::CreateUserByName | ( | const CreateUserByName & | other | ) |
|
static |
| QString Jellyfin::DTO::CreateUserByName::name | ( | ) | const |
Gets or sets the username.
| QString Jellyfin::DTO::CreateUserByName::password | ( | ) | const |
Gets or sets the password.
| bool Jellyfin::DTO::CreateUserByName::passwordNull | ( | ) | const |
| void Jellyfin::DTO::CreateUserByName::replaceData | ( | CreateUserByName & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::CreateUserByName::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::CreateUserByName::setName | ( | QString | newName | ) |
Gets or sets the username.
| void Jellyfin::DTO::CreateUserByName::setPassword | ( | QString | newPassword | ) |
Gets or sets the password.
| void Jellyfin::DTO::CreateUserByName::setPasswordNull | ( | ) |
| QJsonObject Jellyfin::DTO::CreateUserByName::toJson | ( | ) | const |
|
protected |
|
protected |