30#ifndef JELLYFIN_DTO_UPDATEUSERPASSWORD_H
31#define JELLYFIN_DTO_UPDATEUSERPASSWORD_H
63 QJsonObject
toJson()
const;
91 QString
newPw()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition updateuserpassword.h:48
void setFromJson(QJsonObject source)
Definition updateuserpassword.cpp:65
QString m_newPw
Definition updateuserpassword.h:112
void setResetPassword(bool newResetPassword)
Gets or sets a value indicating whether to reset the password.
Definition updateuserpassword.cpp:136
void replaceData(UpdateUserPassword &other)
Definition updateuserpassword.cpp:51
QString currentPw() const
Gets or sets the current plain text password.
Definition updateuserpassword.cpp:108
QString m_currentPw
Definition updateuserpassword.h:111
bool m_resetPassword
Definition updateuserpassword.h:113
void setCurrentPassword(QString newCurrentPassword)
Gets or sets the current sha1-hashed password.
Definition updateuserpassword.cpp:97
bool resetPassword() const
Gets or sets a value indicating whether to reset the password.
Definition updateuserpassword.cpp:134
QJsonObject toJson() const
Definition updateuserpassword.cpp:73
void setCurrentPasswordNull()
Definition updateuserpassword.cpp:104
bool currentPasswordNull() const
Definition updateuserpassword.cpp:100
void setCurrentPw(QString newCurrentPw)
Gets or sets the current plain text password.
Definition updateuserpassword.cpp:110
bool newPwNull() const
Definition updateuserpassword.cpp:126
bool currentPwNull() const
Definition updateuserpassword.cpp:113
QString m_currentPassword
Definition updateuserpassword.h:110
QString currentPassword() const
Gets or sets the current sha1-hashed password.
Definition updateuserpassword.cpp:95
void setNewPwNull()
Definition updateuserpassword.cpp:130
QString newPw() const
Gets or sets the new plain text password.
Definition updateuserpassword.cpp:121
void setCurrentPwNull()
Definition updateuserpassword.cpp:117
UpdateUserPassword(bool resetPassword)
Definition updateuserpassword.cpp:36
void setNewPw(QString newNewPw)
Gets or sets the new plain text password.
Definition updateuserpassword.cpp:123
static UpdateUserPassword fromJson(QJsonObject source)
Definition updateuserpassword.cpp:58
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::UpdateUserPassword UpdateUserPassword
Definition updateuserpassword.h:125
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