30#ifndef JELLYFIN_DTO_CLIENTLOGDOCUMENTRESPONSEDTO_H
31#define JELLYFIN_DTO_CLIENTLOGDOCUMENTRESPONSEDTO_H
63 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition clientlogdocumentresponsedto.h:48
QJsonObject toJson() const
Definition clientlogdocumentresponsedto.cpp:64
static ClientLogDocumentResponseDto fromJson(QJsonObject source)
Definition clientlogdocumentresponsedto.cpp:52
void setFromJson(QJsonObject source)
Definition clientlogdocumentresponsedto.cpp:59
ClientLogDocumentResponseDto(QString fileName)
Definition clientlogdocumentresponsedto.cpp:36
QString m_fileName
Definition clientlogdocumentresponsedto.h:77
void replaceData(ClientLogDocumentResponseDto &other)
Definition clientlogdocumentresponsedto.cpp:48
void setFileName(QString newFileName)
Gets the resulting filename.
Definition clientlogdocumentresponsedto.cpp:73
QString fileName() const
Gets the resulting filename.
Definition clientlogdocumentresponsedto.cpp:71
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::ClientLogDocumentResponseDto ClientLogDocumentResponseDto
Definition clientlogdocumentresponsedto.h:89
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