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