30#ifndef JELLYFIN_DTO_TIMEREVENTINFO_H
31#define JELLYFIN_DTO_TIMEREVENTINFO_H
63 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition timereventinfo.h:48
void setProgramId(QString newProgramId)
Definition timereventinfo.cpp:87
QString programId() const
Definition timereventinfo.cpp:85
void setFromJson(QJsonObject source)
Definition timereventinfo.cpp:61
bool programIdNull() const
Definition timereventinfo.cpp:90
void setJellyfinId(QString newJellyfinId)
Definition timereventinfo.cpp:81
TimerEventInfo(QString jellyfinId)
Definition timereventinfo.cpp:36
QString jellyfinId() const
Definition timereventinfo.cpp:79
QString m_jellyfinId
Definition timereventinfo.h:80
QJsonObject toJson() const
Definition timereventinfo.cpp:67
static TimerEventInfo fromJson(QJsonObject source)
Definition timereventinfo.cpp:54
void setProgramIdNull()
Definition timereventinfo.cpp:94
void replaceData(TimerEventInfo &other)
Definition timereventinfo.cpp:49
QString m_programId
Definition timereventinfo.h:81
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::TimerEventInfo TimerEventInfo
Definition timereventinfo.h:93
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