30#ifndef JELLYFIN_DTO_UPDATEUSEREASYPASSWORD_H
31#define JELLYFIN_DTO_UPDATEUSEREASYPASSWORD_H
63 QJsonObject
toJson()
const;
80 QString
newPw()
const;
Definition updateusereasypassword.h:48
void setNewPwNull()
Definition updateusereasypassword.cpp:109
QString newPw() const
Gets or sets the new password.
Definition updateusereasypassword.cpp:100
void replaceData(UpdateUserEasyPassword &other)
Definition updateusereasypassword.cpp:50
static UpdateUserEasyPassword fromJson(QJsonObject source)
Definition updateusereasypassword.cpp:56
void setNewPassword(QString newNewPassword)
Gets or sets the new sha1-hashed password.
Definition updateusereasypassword.cpp:89
void setNewPasswordNull()
Definition updateusereasypassword.cpp:96
void setFromJson(QJsonObject source)
Definition updateusereasypassword.cpp:63
bool newPasswordNull() const
Definition updateusereasypassword.cpp:92
void setResetPassword(bool newResetPassword)
Gets or sets a value indicating whether to reset the password.
Definition updateusereasypassword.cpp:115
bool m_resetPassword
Definition updateusereasypassword.h:101
void setNewPw(QString newNewPw)
Gets or sets the new password.
Definition updateusereasypassword.cpp:102
QString m_newPw
Definition updateusereasypassword.h:100
QString m_newPassword
Definition updateusereasypassword.h:99
bool resetPassword() const
Gets or sets a value indicating whether to reset the password.
Definition updateusereasypassword.cpp:113
QString newPassword() const
Gets or sets the new sha1-hashed password.
Definition updateusereasypassword.cpp:87
bool newPwNull() const
Definition updateusereasypassword.cpp:105
QJsonObject toJson() const
Definition updateusereasypassword.cpp:70
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