#include <objectgroupupdate.h>
◆ ObjectGroupUpdate() [1/2]
Jellyfin::DTO::ObjectGroupUpdate::ObjectGroupUpdate |
( |
QString | groupId, |
|
|
GroupUpdateType | type, |
|
|
QVariant | data ) |
◆ ObjectGroupUpdate() [2/2]
Jellyfin::DTO::ObjectGroupUpdate::ObjectGroupUpdate |
( |
const ObjectGroupUpdate & | other | ) |
|
◆ data()
QVariant Jellyfin::DTO::ObjectGroupUpdate::data |
( |
| ) |
const |
◆ fromJson()
◆ groupId()
QString Jellyfin::DTO::ObjectGroupUpdate::groupId |
( |
| ) |
const |
Gets the group identifier.
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setData()
void Jellyfin::DTO::ObjectGroupUpdate::setData |
( |
QVariant | newData | ) |
|
◆ setFromJson()
void Jellyfin::DTO::ObjectGroupUpdate::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setGroupId()
void Jellyfin::DTO::ObjectGroupUpdate::setGroupId |
( |
QString | newGroupId | ) |
|
Gets the group identifier.
◆ setType()
◆ toJson()
QJsonObject Jellyfin::DTO::ObjectGroupUpdate::toJson |
( |
| ) |
const |
◆ type()
◆ m_data
QVariant Jellyfin::DTO::ObjectGroupUpdate::m_data |
|
protected |
◆ m_groupId
QString Jellyfin::DTO::ObjectGroupUpdate::m_groupId |
|
protected |
◆ m_type
The documentation for this class was generated from the following files: