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