Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::PlaylistCreationResult Class Reference

#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

Constructor & Destructor Documentation

◆ PlaylistCreationResult() [1/2]

Jellyfin::DTO::PlaylistCreationResult::PlaylistCreationResult ( QString jellyfinId)

◆ PlaylistCreationResult() [2/2]

Jellyfin::DTO::PlaylistCreationResult::PlaylistCreationResult ( const PlaylistCreationResult & other)

Member Function Documentation

◆ fromJson()

PlaylistCreationResult Jellyfin::DTO::PlaylistCreationResult::fromJson ( QJsonObject source)
static

◆ jellyfinId()

QString Jellyfin::DTO::PlaylistCreationResult::jellyfinId ( ) const

◆ replaceData()

void Jellyfin::DTO::PlaylistCreationResult::replaceData ( PlaylistCreationResult & other)

Replaces the data being hold by this class with that of the other.

◆ setFromJson()

void Jellyfin::DTO::PlaylistCreationResult::setFromJson ( QJsonObject source)

◆ setJellyfinId()

void Jellyfin::DTO::PlaylistCreationResult::setJellyfinId ( QString newJellyfinId)

◆ toJson()

QJsonObject Jellyfin::DTO::PlaylistCreationResult::toJson ( ) const

Member Data Documentation

◆ m_jellyfinId

QString Jellyfin::DTO::PlaylistCreationResult::m_jellyfinId
protected

The documentation for this class was generated from the following files: