#include <sessionuserinfo.h>
◆ SessionUserInfo() [1/2]
Jellyfin::DTO::SessionUserInfo::SessionUserInfo |
( |
QString | userId | ) |
|
◆ SessionUserInfo() [2/2]
Jellyfin::DTO::SessionUserInfo::SessionUserInfo |
( |
const SessionUserInfo & | other | ) |
|
◆ fromJson()
SessionUserInfo Jellyfin::DTO::SessionUserInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ replaceData()
void Jellyfin::DTO::SessionUserInfo::replaceData |
( |
SessionUserInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::SessionUserInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setUserId()
void Jellyfin::DTO::SessionUserInfo::setUserId |
( |
QString | newUserId | ) |
|
Gets or sets the user identifier.
◆ setUserName()
void Jellyfin::DTO::SessionUserInfo::setUserName |
( |
QString | newUserName | ) |
|
Gets or sets the name of the user.
◆ setUserNameNull()
void Jellyfin::DTO::SessionUserInfo::setUserNameNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::SessionUserInfo::toJson |
( |
| ) |
const |
◆ userId()
QString Jellyfin::DTO::SessionUserInfo::userId |
( |
| ) |
const |
Gets or sets the user identifier.
◆ userName()
QString Jellyfin::DTO::SessionUserInfo::userName |
( |
| ) |
const |
Gets or sets the name of the user.
◆ userNameNull()
bool Jellyfin::DTO::SessionUserInfo::userNameNull |
( |
| ) |
const |
◆ m_userId
QString Jellyfin::DTO::SessionUserInfo::m_userId |
|
protected |
◆ m_userName
QString Jellyfin::DTO::SessionUserInfo::m_userName |
|
protected |
The documentation for this class was generated from the following files: