![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <forgotpasswordresult.h>
Public Member Functions | |
| ForgotPasswordResult (ForgotPasswordAction action) | |
| ForgotPasswordResult (const ForgotPasswordResult &other) | |
| void | replaceData (ForgotPasswordResult &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| ForgotPasswordAction | action () const |
| void | setAction (ForgotPasswordAction newAction) |
| QString | pinFile () const |
| Gets or sets the pin file. | |
| void | setPinFile (QString newPinFile) |
| Gets or sets the pin file. | |
| bool | pinFileNull () const |
| void | setPinFileNull () |
| QDateTime | pinExpirationDate () const |
| Gets or sets the pin expiration date. | |
| void | setPinExpirationDate (QDateTime newPinExpirationDate) |
| Gets or sets the pin expiration date. | |
| bool | pinExpirationDateNull () const |
| void | setPinExpirationDateNull () |
Static Public Member Functions | |
| static ForgotPasswordResult | fromJson (QJsonObject source) |
Protected Attributes | |
| ForgotPasswordAction | m_action |
| QString | m_pinFile |
| QDateTime | m_pinExpirationDate |
| Jellyfin::DTO::ForgotPasswordResult::ForgotPasswordResult | ( | ForgotPasswordAction | action | ) |
| Jellyfin::DTO::ForgotPasswordResult::ForgotPasswordResult | ( | const ForgotPasswordResult & | other | ) |
| ForgotPasswordAction Jellyfin::DTO::ForgotPasswordResult::action | ( | ) | const |
|
static |
| QDateTime Jellyfin::DTO::ForgotPasswordResult::pinExpirationDate | ( | ) | const |
Gets or sets the pin expiration date.
| bool Jellyfin::DTO::ForgotPasswordResult::pinExpirationDateNull | ( | ) | const |
| QString Jellyfin::DTO::ForgotPasswordResult::pinFile | ( | ) | const |
Gets or sets the pin file.
| bool Jellyfin::DTO::ForgotPasswordResult::pinFileNull | ( | ) | const |
| void Jellyfin::DTO::ForgotPasswordResult::replaceData | ( | ForgotPasswordResult & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ForgotPasswordResult::setAction | ( | ForgotPasswordAction | newAction | ) |
| void Jellyfin::DTO::ForgotPasswordResult::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ForgotPasswordResult::setPinExpirationDate | ( | QDateTime | newPinExpirationDate | ) |
Gets or sets the pin expiration date.
| void Jellyfin::DTO::ForgotPasswordResult::setPinExpirationDateNull | ( | ) |
| void Jellyfin::DTO::ForgotPasswordResult::setPinFile | ( | QString | newPinFile | ) |
Gets or sets the pin file.
| void Jellyfin::DTO::ForgotPasswordResult::setPinFileNull | ( | ) |
| QJsonObject Jellyfin::DTO::ForgotPasswordResult::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |