30#ifndef JELLYFIN_DTO_SESSIONUSERINFO_H
31#define JELLYFIN_DTO_SESSIONUSERINFO_H
63 QJsonObject
toJson()
const;
Definition sessionuserinfo.h:48
void setUserName(QString newUserName)
Gets or sets the name of the user.
Definition sessionuserinfo.cpp:87
bool userNameNull() const
Definition sessionuserinfo.cpp:90
void setUserId(QString newUserId)
Gets or sets the user identifier.
Definition sessionuserinfo.cpp:81
QJsonObject toJson() const
Definition sessionuserinfo.cpp:67
QString userName() const
Gets or sets the name of the user.
Definition sessionuserinfo.cpp:85
void setFromJson(QJsonObject source)
Definition sessionuserinfo.cpp:61
QString m_userId
Definition sessionuserinfo.h:88
void replaceData(SessionUserInfo &other)
Definition sessionuserinfo.cpp:49
QString userId() const
Gets or sets the user identifier.
Definition sessionuserinfo.cpp:79
QString m_userName
Definition sessionuserinfo.h:89
void setUserNameNull()
Definition sessionuserinfo.cpp:94
static SessionUserInfo fromJson(QJsonObject source)
Definition sessionuserinfo.cpp:54
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