30#ifndef JELLYFIN_DTO_FORGOTPASSWORDDTO_H
31#define JELLYFIN_DTO_FORGOTPASSWORDDTO_H
63 QJsonObject
toJson()
const;
Definition forgotpassworddto.h:48
QString enteredUsername() const
Gets or sets the entered username to have its password reset.
Definition forgotpassworddto.cpp:71
void setFromJson(QJsonObject source)
Definition forgotpassworddto.cpp:59
QJsonObject toJson() const
Definition forgotpassworddto.cpp:64
QString m_enteredUsername
Definition forgotpassworddto.h:77
void replaceData(ForgotPasswordDto &other)
Definition forgotpassworddto.cpp:48
void setEnteredUsername(QString newEnteredUsername)
Gets or sets the entered username to have its password reset.
Definition forgotpassworddto.cpp:73
static ForgotPasswordDto fromJson(QJsonObject source)
Definition forgotpassworddto.cpp:52
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45