![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <stringgroupupdate.h>
Public Member Functions | |
| StringGroupUpdate (QString groupId, GroupUpdateType type, QString data) | |
| StringGroupUpdate (const StringGroupUpdate &other) | |
| void | replaceData (StringGroupUpdate &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | groupId () const |
| Gets the group identifier. | |
| void | setGroupId (QString newGroupId) |
| Gets the group identifier. | |
| GroupUpdateType | type () const |
| void | setType (GroupUpdateType newType) |
| QString | data () const |
| Gets the update data. | |
| void | setData (QString newData) |
| Gets the update data. | |
Static Public Member Functions | |
| static StringGroupUpdate | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_groupId |
| GroupUpdateType | m_type |
| QString | m_data |
| Jellyfin::DTO::StringGroupUpdate::StringGroupUpdate | ( | QString | groupId, |
| GroupUpdateType | type, | ||
| QString | data ) |
| Jellyfin::DTO::StringGroupUpdate::StringGroupUpdate | ( | const StringGroupUpdate & | other | ) |
| QString Jellyfin::DTO::StringGroupUpdate::data | ( | ) | const |
Gets the update data.
|
static |
| QString Jellyfin::DTO::StringGroupUpdate::groupId | ( | ) | const |
Gets the group identifier.
| void Jellyfin::DTO::StringGroupUpdate::replaceData | ( | StringGroupUpdate & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::StringGroupUpdate::setData | ( | QString | newData | ) |
Gets the update data.
| void Jellyfin::DTO::StringGroupUpdate::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::StringGroupUpdate::setGroupId | ( | QString | newGroupId | ) |
Gets the group identifier.
| void Jellyfin::DTO::StringGroupUpdate::setType | ( | GroupUpdateType | newType | ) |
| QJsonObject Jellyfin::DTO::StringGroupUpdate::toJson | ( | ) | const |
| GroupUpdateType Jellyfin::DTO::StringGroupUpdate::type | ( | ) | const |
|
protected |
|
protected |
|
protected |