![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <moveplaylistitemrequestdto.h>
Public Member Functions | |
| MovePlaylistItemRequestDto (QString playlistItemId, qint32 newIndex) | |
| MovePlaylistItemRequestDto (const MovePlaylistItemRequestDto &other) | |
| void | replaceData (MovePlaylistItemRequestDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | playlistItemId () const |
| Gets or sets the playlist identifier of the item. | |
| void | setPlaylistItemId (QString newPlaylistItemId) |
| Gets or sets the playlist identifier of the item. | |
| qint32 | newIndex () const |
| Gets or sets the new position. | |
| void | setNewIndex (qint32 newNewIndex) |
| Gets or sets the new position. | |
Static Public Member Functions | |
| static MovePlaylistItemRequestDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_playlistItemId |
| qint32 | m_newIndex |
| Jellyfin::DTO::MovePlaylistItemRequestDto::MovePlaylistItemRequestDto | ( | QString | playlistItemId, |
| qint32 | newIndex ) |
| Jellyfin::DTO::MovePlaylistItemRequestDto::MovePlaylistItemRequestDto | ( | const MovePlaylistItemRequestDto & | other | ) |
|
static |
| qint32 Jellyfin::DTO::MovePlaylistItemRequestDto::newIndex | ( | ) | const |
Gets or sets the new position.
| QString Jellyfin::DTO::MovePlaylistItemRequestDto::playlistItemId | ( | ) | const |
Gets or sets the playlist identifier of the item.
| void Jellyfin::DTO::MovePlaylistItemRequestDto::replaceData | ( | MovePlaylistItemRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::MovePlaylistItemRequestDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::MovePlaylistItemRequestDto::setNewIndex | ( | qint32 | newNewIndex | ) |
Gets or sets the new position.
| void Jellyfin::DTO::MovePlaylistItemRequestDto::setPlaylistItemId | ( | QString | newPlaylistItemId | ) |
Gets or sets the playlist identifier of the item.
| QJsonObject Jellyfin::DTO::MovePlaylistItemRequestDto::toJson | ( | ) | const |
|
protected |
|
protected |