#include <syncplaygroupupdatecommandmessage.h>
◆ SyncPlayGroupUpdateCommandMessage() [1/2]
| Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::SyncPlayGroupUpdateCommandMessage |
( |
QSharedPointer< GroupUpdate > | data, |
|
|
QString | messageId, |
|
|
SessionMessageType | messageType ) |
◆ SyncPlayGroupUpdateCommandMessage() [2/2]
| Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::SyncPlayGroupUpdateCommandMessage |
( |
const SyncPlayGroupUpdateCommandMessage & | other | ) |
|
◆ data()
| QSharedPointer< GroupUpdate > Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::data |
( |
| ) |
const |
◆ fromJson()
◆ messageId()
| QString Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::messageId |
( |
| ) |
const |
Gets or sets the message id.
◆ messageType()
| SessionMessageType Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::messageType |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setData()
| void Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::setData |
( |
QSharedPointer< GroupUpdate > | newData | ) |
|
◆ setFromJson()
| void Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setMessageId()
| void Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::setMessageId |
( |
QString | newMessageId | ) |
|
Gets or sets the message id.
◆ setMessageType()
| void Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::setMessageType |
( |
SessionMessageType | newMessageType | ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::toJson |
( |
| ) |
const |
◆ m_data
| QSharedPointer<GroupUpdate> Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::m_data = QSharedPointer<GroupUpdate>() |
|
protected |
◆ m_messageId
| QString Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage::m_messageId |
|
protected |
◆ m_messageType
The documentation for this class was generated from the following files: