30#ifndef JELLYFIN_DTO_IGNOREWAITREQUESTDTO_H
31#define JELLYFIN_DTO_IGNOREWAITREQUESTDTO_H
62 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition ignorewaitrequestdto.h:47
IgnoreWaitRequestDto(bool ignoreWait)
Definition ignorewaitrequestdto.cpp:36
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
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::IgnoreWaitRequestDto IgnoreWaitRequestDto
Definition ignorewaitrequestdto.h:88
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