![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <authenticateuserbyname.h>
Public Member Functions | |
| AuthenticateUserByName () | |
| AuthenticateUserByName (const AuthenticateUserByName &other) | |
| void | replaceData (AuthenticateUserByName &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | username () const |
| Gets or sets the username. | |
| void | setUsername (QString newUsername) |
| Gets or sets the username. | |
| bool | usernameNull () const |
| void | setUsernameNull () |
| QString | pw () const |
| Gets or sets the plain text password. | |
| void | setPw (QString newPw) |
| Gets or sets the plain text password. | |
| bool | pwNull () const |
| void | setPwNull () |
Static Public Member Functions | |
| static AuthenticateUserByName | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_username |
| QString | m_pw |
| Jellyfin::DTO::AuthenticateUserByName::AuthenticateUserByName | ( | ) |
| Jellyfin::DTO::AuthenticateUserByName::AuthenticateUserByName | ( | const AuthenticateUserByName & | other | ) |
|
static |
| QString Jellyfin::DTO::AuthenticateUserByName::pw | ( | ) | const |
Gets or sets the plain text password.
| bool Jellyfin::DTO::AuthenticateUserByName::pwNull | ( | ) | const |
| void Jellyfin::DTO::AuthenticateUserByName::replaceData | ( | AuthenticateUserByName & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::AuthenticateUserByName::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::AuthenticateUserByName::setPw | ( | QString | newPw | ) |
Gets or sets the plain text password.
| void Jellyfin::DTO::AuthenticateUserByName::setPwNull | ( | ) |
| void Jellyfin::DTO::AuthenticateUserByName::setUsername | ( | QString | newUsername | ) |
Gets or sets the username.
| void Jellyfin::DTO::AuthenticateUserByName::setUsernameNull | ( | ) |
| QJsonObject Jellyfin::DTO::AuthenticateUserByName::toJson | ( | ) | const |
| QString Jellyfin::DTO::AuthenticateUserByName::username | ( | ) | const |
Gets or sets the username.
| bool Jellyfin::DTO::AuthenticateUserByName::usernameNull | ( | ) | const |
|
protected |
|
protected |