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