30#ifndef JELLYFIN_DTO_AUTHENTICATEUSERBYNAME_H
31#define JELLYFIN_DTO_AUTHENTICATEUSERBYNAME_H
59 QJsonObject
toJson()
const;
80 void setPw(QString newPw);
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition authenticateuserbyname.h:48
void setUsername(QString newUsername)
Gets or sets the username.
Definition authenticateuserbyname.cpp:79
void setPwNull()
Definition authenticateuserbyname.cpp:99
QString pw() const
Gets or sets the plain text password.
Definition authenticateuserbyname.cpp:90
void setUsernameNull()
Definition authenticateuserbyname.cpp:86
QString m_username
Definition authenticateuserbyname.h:86
bool usernameNull() const
Definition authenticateuserbyname.cpp:82
QJsonObject toJson() const
Definition authenticateuserbyname.cpp:61
void replaceData(AuthenticateUserByName &other)
Definition authenticateuserbyname.cpp:43
QString username() const
Gets or sets the username.
Definition authenticateuserbyname.cpp:77
void setFromJson(QJsonObject source)
Definition authenticateuserbyname.cpp:55
bool pwNull() const
Definition authenticateuserbyname.cpp:95
static AuthenticateUserByName fromJson(QJsonObject source)
Definition authenticateuserbyname.cpp:48
QString m_pw
Definition authenticateuserbyname.h:87
void setPw(QString newPw)
Gets or sets the plain text password.
Definition authenticateuserbyname.cpp:92
AuthenticateUserByName()
Definition authenticateuserbyname.cpp:35
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::AuthenticateUserByName AuthenticateUserByName
Definition authenticateuserbyname.h:97
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