30#ifndef JELLYFIN_DTO_UTCTIMERESPONSE_H
31#define JELLYFIN_DTO_UTCTIMERESPONSE_H
64 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition utctimeresponse.h:48
void replaceData(UtcTimeResponse &other)
Definition utctimeresponse.cpp:51
QDateTime requestReceptionTime() const
Gets the UTC time when request has been received.
Definition utctimeresponse.cpp:77
QJsonObject toJson() const
Definition utctimeresponse.cpp:69
static UtcTimeResponse fromJson(QJsonObject source)
Definition utctimeresponse.cpp:56
void setRequestReceptionTime(QDateTime newRequestReceptionTime)
Gets the UTC time when request has been received.
Definition utctimeresponse.cpp:79
QDateTime m_responseTransmissionTime
Definition utctimeresponse.h:88
QDateTime m_requestReceptionTime
Definition utctimeresponse.h:87
void setResponseTransmissionTime(QDateTime newResponseTransmissionTime)
Gets the UTC time when response has been sent.
Definition utctimeresponse.cpp:85
QDateTime responseTransmissionTime() const
Gets the UTC time when response has been sent.
Definition utctimeresponse.cpp:83
void setFromJson(QJsonObject source)
Definition utctimeresponse.cpp:63
UtcTimeResponse(QDateTime requestReceptionTime, QDateTime responseTransmissionTime)
Definition utctimeresponse.cpp:36
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::UtcTimeResponse UtcTimeResponse
Definition utctimeresponse.h:100
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