#include <updateusereasypassword.h>
◆ UpdateUserEasyPassword() [1/2]
Jellyfin::DTO::UpdateUserEasyPassword::UpdateUserEasyPassword |
( |
bool | resetPassword | ) |
|
◆ UpdateUserEasyPassword() [2/2]
◆ fromJson()
◆ newPassword()
QString Jellyfin::DTO::UpdateUserEasyPassword::newPassword |
( |
| ) |
const |
Gets or sets the new sha1-hashed password.
◆ newPasswordNull()
bool Jellyfin::DTO::UpdateUserEasyPassword::newPasswordNull |
( |
| ) |
const |
◆ newPw()
QString Jellyfin::DTO::UpdateUserEasyPassword::newPw |
( |
| ) |
const |
Gets or sets the new password.
◆ newPwNull()
bool Jellyfin::DTO::UpdateUserEasyPassword::newPwNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ resetPassword()
bool Jellyfin::DTO::UpdateUserEasyPassword::resetPassword |
( |
| ) |
const |
Gets or sets a value indicating whether to reset the password.
◆ setFromJson()
void Jellyfin::DTO::UpdateUserEasyPassword::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setNewPassword()
void Jellyfin::DTO::UpdateUserEasyPassword::setNewPassword |
( |
QString | newNewPassword | ) |
|
Gets or sets the new sha1-hashed password.
◆ setNewPasswordNull()
void Jellyfin::DTO::UpdateUserEasyPassword::setNewPasswordNull |
( |
| ) |
|
◆ setNewPw()
void Jellyfin::DTO::UpdateUserEasyPassword::setNewPw |
( |
QString | newNewPw | ) |
|
Gets or sets the new password.
◆ setNewPwNull()
void Jellyfin::DTO::UpdateUserEasyPassword::setNewPwNull |
( |
| ) |
|
◆ setResetPassword()
void Jellyfin::DTO::UpdateUserEasyPassword::setResetPassword |
( |
bool | newResetPassword | ) |
|
Gets or sets a value indicating whether to reset the password.
◆ toJson()
QJsonObject Jellyfin::DTO::UpdateUserEasyPassword::toJson |
( |
| ) |
const |
◆ m_newPassword
QString Jellyfin::DTO::UpdateUserEasyPassword::m_newPassword |
|
protected |
◆ m_newPw
QString Jellyfin::DTO::UpdateUserEasyPassword::m_newPw |
|
protected |
◆ m_resetPassword
bool Jellyfin::DTO::UpdateUserEasyPassword::m_resetPassword |
|
protected |
The documentation for this class was generated from the following files: