30#ifndef JELLYFIN_DTO_NEXTITEMREQUESTDTO_H
31#define JELLYFIN_DTO_NEXTITEMREQUESTDTO_H
63 QJsonObject
toJson()
const;
Definition nextitemrequestdto.h:48
static NextItemRequestDto fromJson(QJsonObject source)
Definition nextitemrequestdto.cpp:52
void setFromJson(QJsonObject source)
Definition nextitemrequestdto.cpp:59
void setPlaylistItemId(QString newPlaylistItemId)
Gets or sets the playing item identifier.
Definition nextitemrequestdto.cpp:73
QString m_playlistItemId
Definition nextitemrequestdto.h:77
void replaceData(NextItemRequestDto &other)
Definition nextitemrequestdto.cpp:48
QJsonObject toJson() const
Definition nextitemrequestdto.cpp:64
QString playlistItemId() const
Gets or sets the playing item identifier.
Definition nextitemrequestdto.cpp:71
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