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