#include <groupinfodto.h>
◆ GroupInfoDto() [1/2]
Jellyfin::DTO::GroupInfoDto::GroupInfoDto |
( |
QString | groupId, |
|
|
GroupStateType | state, |
|
|
QDateTime | lastUpdatedAt ) |
◆ GroupInfoDto() [2/2]
Jellyfin::DTO::GroupInfoDto::GroupInfoDto |
( |
const GroupInfoDto & | other | ) |
|
◆ fromJson()
GroupInfoDto Jellyfin::DTO::GroupInfoDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ groupId()
QString Jellyfin::DTO::GroupInfoDto::groupId |
( |
| ) |
const |
Gets the group identifier.
◆ groupName()
QString Jellyfin::DTO::GroupInfoDto::groupName |
( |
| ) |
const |
◆ groupNameNull()
bool Jellyfin::DTO::GroupInfoDto::groupNameNull |
( |
| ) |
const |
◆ lastUpdatedAt()
QDateTime Jellyfin::DTO::GroupInfoDto::lastUpdatedAt |
( |
| ) |
const |
Gets the date when this DTO has been created.
◆ participants()
QStringList Jellyfin::DTO::GroupInfoDto::participants |
( |
| ) |
const |
◆ participantsNull()
bool Jellyfin::DTO::GroupInfoDto::participantsNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::GroupInfoDto::replaceData |
( |
GroupInfoDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::GroupInfoDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setGroupId()
void Jellyfin::DTO::GroupInfoDto::setGroupId |
( |
QString | newGroupId | ) |
|
Gets the group identifier.
◆ setGroupName()
void Jellyfin::DTO::GroupInfoDto::setGroupName |
( |
QString | newGroupName | ) |
|
◆ setGroupNameNull()
void Jellyfin::DTO::GroupInfoDto::setGroupNameNull |
( |
| ) |
|
◆ setLastUpdatedAt()
void Jellyfin::DTO::GroupInfoDto::setLastUpdatedAt |
( |
QDateTime | newLastUpdatedAt | ) |
|
Gets the date when this DTO has been created.
◆ setParticipants()
void Jellyfin::DTO::GroupInfoDto::setParticipants |
( |
QStringList | newParticipants | ) |
|
◆ setParticipantsNull()
void Jellyfin::DTO::GroupInfoDto::setParticipantsNull |
( |
| ) |
|
◆ setState()
◆ state()
◆ toJson()
QJsonObject Jellyfin::DTO::GroupInfoDto::toJson |
( |
| ) |
const |
◆ m_groupId
QString Jellyfin::DTO::GroupInfoDto::m_groupId |
|
protected |
◆ m_groupName
QString Jellyfin::DTO::GroupInfoDto::m_groupName |
|
protected |
◆ m_lastUpdatedAt
QDateTime Jellyfin::DTO::GroupInfoDto::m_lastUpdatedAt |
|
protected |
◆ m_participants
QStringList Jellyfin::DTO::GroupInfoDto::m_participants |
|
protected |
◆ m_state
The documentation for this class was generated from the following files: