30#ifndef JELLYFIN_DTO_CREATEUSERBYNAME_H
31#define JELLYFIN_DTO_CREATEUSERBYNAME_H
63 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition createuserbyname.h:48
QString m_password
Definition createuserbyname.h:89
QString m_name
Definition createuserbyname.h:88
void setFromJson(QJsonObject source)
Definition createuserbyname.cpp:61
QString name() const
Gets or sets the username.
Definition createuserbyname.cpp:79
void setPassword(QString newPassword)
Gets or sets the password.
Definition createuserbyname.cpp:87
static CreateUserByName fromJson(QJsonObject source)
Definition createuserbyname.cpp:54
void replaceData(CreateUserByName &other)
Definition createuserbyname.cpp:49
void setPasswordNull()
Definition createuserbyname.cpp:94
QString password() const
Gets or sets the password.
Definition createuserbyname.cpp:85
QJsonObject toJson() const
Definition createuserbyname.cpp:67
void setName(QString newName)
Gets or sets the username.
Definition createuserbyname.cpp:81
CreateUserByName(QString name)
Definition createuserbyname.cpp:36
bool passwordNull() const
Definition createuserbyname.cpp:90
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::CreateUserByName CreateUserByName
Definition createuserbyname.h:101
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