30#ifndef JELLYFIN_DTO_IGNOREWAITREQUESTDTO_H
31#define JELLYFIN_DTO_IGNOREWAITREQUESTDTO_H
62 QJsonObject
toJson()
const;
Definition ignorewaitrequestdto.h:47
void setIgnoreWait(bool newIgnoreWait)
Gets or sets a value indicating whether the client should be ignored.
Definition ignorewaitrequestdto.cpp:73
void setFromJson(QJsonObject source)
Definition ignorewaitrequestdto.cpp:59
static IgnoreWaitRequestDto fromJson(QJsonObject source)
Definition ignorewaitrequestdto.cpp:52
bool ignoreWait() const
Gets or sets a value indicating whether the client should be ignored.
Definition ignorewaitrequestdto.cpp:71
void replaceData(IgnoreWaitRequestDto &other)
Definition ignorewaitrequestdto.cpp:48
bool m_ignoreWait
Definition ignorewaitrequestdto.h:76
QJsonObject toJson() const
Definition ignorewaitrequestdto.cpp:64
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