![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <playlistcreationresult.h>
Public Member Functions | |
| PlaylistCreationResult (QString jellyfinId) | |
| PlaylistCreationResult (const PlaylistCreationResult &other) | |
| void | replaceData (PlaylistCreationResult &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | jellyfinId () const |
| void | setJellyfinId (QString newJellyfinId) |
Static Public Member Functions | |
| static PlaylistCreationResult | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_jellyfinId |
| Jellyfin::DTO::PlaylistCreationResult::PlaylistCreationResult | ( | QString | jellyfinId | ) |
| Jellyfin::DTO::PlaylistCreationResult::PlaylistCreationResult | ( | const PlaylistCreationResult & | other | ) |
|
static |
| QString Jellyfin::DTO::PlaylistCreationResult::jellyfinId | ( | ) | const |
| void Jellyfin::DTO::PlaylistCreationResult::replaceData | ( | PlaylistCreationResult & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::PlaylistCreationResult::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::PlaylistCreationResult::setJellyfinId | ( | QString | newJellyfinId | ) |
| QJsonObject Jellyfin::DTO::PlaylistCreationResult::toJson | ( | ) | const |
|
protected |