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