![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <forgotpassworddto.h>
Public Member Functions | |
| ForgotPasswordDto (QString enteredUsername) | |
| ForgotPasswordDto (const ForgotPasswordDto &other) | |
| void | replaceData (ForgotPasswordDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | enteredUsername () const |
| Gets or sets the entered username to have its password reset. | |
| void | setEnteredUsername (QString newEnteredUsername) |
| Gets or sets the entered username to have its password reset. | |
Static Public Member Functions | |
| static ForgotPasswordDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_enteredUsername |
| Jellyfin::DTO::ForgotPasswordDto::ForgotPasswordDto | ( | QString | enteredUsername | ) |
| Jellyfin::DTO::ForgotPasswordDto::ForgotPasswordDto | ( | const ForgotPasswordDto & | other | ) |
| QString Jellyfin::DTO::ForgotPasswordDto::enteredUsername | ( | ) | const |
Gets or sets the entered username to have its password reset.
|
static |
| void Jellyfin::DTO::ForgotPasswordDto::replaceData | ( | ForgotPasswordDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ForgotPasswordDto::setEnteredUsername | ( | QString | newEnteredUsername | ) |
Gets or sets the entered username to have its password reset.
| void Jellyfin::DTO::ForgotPasswordDto::setFromJson | ( | QJsonObject | source | ) |
| QJsonObject Jellyfin::DTO::ForgotPasswordDto::toJson | ( | ) | const |
|
protected |