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