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