30#ifndef JELLYFIN_DTO_SYNCPLAYGROUPUPDATECOMMANDMESSAGE_H
31#define JELLYFIN_DTO_SYNCPLAYGROUPUPDATECOMMANDMESSAGE_H
35#include <QSharedPointer>
54 QSharedPointer<GroupUpdate>
data,
68 QJsonObject
toJson()
const;
72 QSharedPointer<GroupUpdate>
data()
const;
74 void setData(QSharedPointer<GroupUpdate> newData);
92 QSharedPointer<GroupUpdate>
m_data = QSharedPointer<GroupUpdate>();
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition syncplaygroupupdatecommandmessage.h:51
QString m_messageId
Definition syncplaygroupupdatecommandmessage.h:93
void setFromJson(QJsonObject source)
Definition syncplaygroupupdatecommandmessage.cpp:67
void setMessageType(SessionMessageType newMessageType)
Definition syncplaygroupupdatecommandmessage.cpp:97
QSharedPointer< GroupUpdate > data() const
Definition syncplaygroupupdatecommandmessage.cpp:83
static SyncPlayGroupUpdateCommandMessage fromJson(QJsonObject source)
Definition syncplaygroupupdatecommandmessage.cpp:60
SyncPlayGroupUpdateCommandMessage(QSharedPointer< GroupUpdate > data, QString messageId, SessionMessageType messageType)
Definition syncplaygroupupdatecommandmessage.cpp:36
QString messageId() const
Gets or sets the message id.
Definition syncplaygroupupdatecommandmessage.cpp:89
QJsonObject toJson() const
Definition syncplaygroupupdatecommandmessage.cpp:74
void replaceData(SyncPlayGroupUpdateCommandMessage &other)
Definition syncplaygroupupdatecommandmessage.cpp:54
QSharedPointer< GroupUpdate > m_data
Definition syncplaygroupupdatecommandmessage.h:92
void setData(QSharedPointer< GroupUpdate > newData)
Definition syncplaygroupupdatecommandmessage.cpp:85
SessionMessageType m_messageType
Definition syncplaygroupupdatecommandmessage.h:94
void setMessageId(QString newMessageId)
Gets or sets the message id.
Definition syncplaygroupupdatecommandmessage.cpp:91
SessionMessageType messageType() const
Definition syncplaygroupupdatecommandmessage.cpp:95
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
SessionMessageTypeClass::Value SessionMessageType
Definition sessionmessagetype.h:91
Definition accessschedule.h:128
Jellyfin::DTO::SyncPlayGroupUpdateCommandMessage SyncPlayGroupUpdateCommandMessage
Definition syncplaygroupupdatecommandmessage.h:106
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45