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