#include <forgotpassworddto.h>
◆ ForgotPasswordDto() [1/2]
Jellyfin::DTO::ForgotPasswordDto::ForgotPasswordDto |
( |
QString | enteredUsername | ) |
|
◆ ForgotPasswordDto() [2/2]
Jellyfin::DTO::ForgotPasswordDto::ForgotPasswordDto |
( |
const ForgotPasswordDto & | other | ) |
|
◆ enteredUsername()
QString Jellyfin::DTO::ForgotPasswordDto::enteredUsername |
( |
| ) |
const |
Gets or sets the entered username to have its password reset.
◆ fromJson()
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setEnteredUsername()
void Jellyfin::DTO::ForgotPasswordDto::setEnteredUsername |
( |
QString | newEnteredUsername | ) |
|
Gets or sets the entered username to have its password reset.
◆ setFromJson()
void Jellyfin::DTO::ForgotPasswordDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::ForgotPasswordDto::toJson |
( |
| ) |
const |
◆ m_enteredUsername
QString Jellyfin::DTO::ForgotPasswordDto::m_enteredUsername |
|
protected |
The documentation for this class was generated from the following files: