30#ifndef JELLYFIN_DTO_CREATEUSERBYNAME_H
31#define JELLYFIN_DTO_CREATEUSERBYNAME_H
59 QJsonObject
toJson()
const;
Definition createuserbyname.h:48
QString m_password
Definition createuserbyname.h:87
QString m_name
Definition createuserbyname.h:86
void setFromJson(QJsonObject source)
Definition createuserbyname.cpp:55
QString name() const
Gets or sets the username.
Definition createuserbyname.cpp:77
void setNameNull()
Definition createuserbyname.cpp:86
void setPassword(QString newPassword)
Gets or sets the password.
Definition createuserbyname.cpp:92
static CreateUserByName fromJson(QJsonObject source)
Definition createuserbyname.cpp:48
void replaceData(CreateUserByName &other)
Definition createuserbyname.cpp:43
void setPasswordNull()
Definition createuserbyname.cpp:99
QString password() const
Gets or sets the password.
Definition createuserbyname.cpp:90
QJsonObject toJson() const
Definition createuserbyname.cpp:61
void setName(QString newName)
Gets or sets the username.
Definition createuserbyname.cpp:79
bool nameNull() const
Definition createuserbyname.cpp:82
CreateUserByName()
Definition createuserbyname.cpp:35
bool passwordNull() const
Definition createuserbyname.cpp:95
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