30#ifndef JELLYFIN_DTO_MOVEPLAYLISTITEMREQUESTDTO_H
31#define JELLYFIN_DTO_MOVEPLAYLISTITEMREQUESTDTO_H
64 QJsonObject
toJson()
const;
Definition moveplaylistitemrequestdto.h:48
static MovePlaylistItemRequestDto fromJson(QJsonObject source)
Definition moveplaylistitemrequestdto.cpp:56
QJsonObject toJson() const
Definition moveplaylistitemrequestdto.cpp:69
qint32 newIndex() const
Gets or sets the new position.
Definition moveplaylistitemrequestdto.cpp:83
QString m_playlistItemId
Definition moveplaylistitemrequestdto.h:87
void replaceData(MovePlaylistItemRequestDto &other)
Definition moveplaylistitemrequestdto.cpp:51
void setPlaylistItemId(QString newPlaylistItemId)
Gets or sets the playlist identifier of the item.
Definition moveplaylistitemrequestdto.cpp:79
qint32 m_newIndex
Definition moveplaylistitemrequestdto.h:88
void setNewIndex(qint32 newNewIndex)
Gets or sets the new position.
Definition moveplaylistitemrequestdto.cpp:85
QString playlistItemId() const
Gets or sets the playlist identifier of the item.
Definition moveplaylistitemrequestdto.cpp:77
void setFromJson(QJsonObject source)
Definition moveplaylistitemrequestdto.cpp:63
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