30#ifndef JELLYFIN_DTO_INBOUNDKEEPALIVEMESSAGE_H
31#define JELLYFIN_DTO_INBOUNDKEEPALIVEMESSAGE_H
63 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition inboundkeepalivemessage.h:48
QJsonObject toJson() const
Definition inboundkeepalivemessage.cpp:64
SessionMessageType messageType() const
Definition inboundkeepalivemessage.cpp:71
InboundKeepAliveMessage(SessionMessageType messageType)
Definition inboundkeepalivemessage.cpp:36
void setFromJson(QJsonObject source)
Definition inboundkeepalivemessage.cpp:59
void setMessageType(SessionMessageType newMessageType)
Definition inboundkeepalivemessage.cpp:73
static InboundKeepAliveMessage fromJson(QJsonObject source)
Definition inboundkeepalivemessage.cpp:52
SessionMessageType m_messageType
Definition inboundkeepalivemessage.h:73
void replaceData(InboundKeepAliveMessage &other)
Definition inboundkeepalivemessage.cpp:48
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
SessionMessageTypeClass::Value SessionMessageType
Definition sessionmessagetype.h:91
Definition accessschedule.h:128
Jellyfin::DTO::InboundKeepAliveMessage InboundKeepAliveMessage
Definition inboundkeepalivemessage.h:85
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