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