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

#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
 

Constructor & Destructor Documentation

◆ CollectionCreationResult() [1/2]

Jellyfin::DTO::CollectionCreationResult::CollectionCreationResult ( QString jellyfinId)

◆ CollectionCreationResult() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ jellyfinId()

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

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setJellyfinId()

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

◆ toJson()

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

Member Data Documentation

◆ m_jellyfinId

QString Jellyfin::DTO::CollectionCreationResult::m_jellyfinId
protected

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