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

#include <specialviewoptiondto.h>

Public Member Functions

 SpecialViewOptionDto ()
 
 SpecialViewOptionDto (const SpecialViewOptionDto &other)
 
void replaceData (SpecialViewOptionDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QString name () const
 Gets or sets view option name.
 
void setName (QString newName)
 Gets or sets view option name.
 
bool nameNull () const
 
void setNameNull ()
 
QString jellyfinId () const
 Gets or sets view option id.
 
void setJellyfinId (QString newJellyfinId)
 Gets or sets view option id.
 
bool jellyfinIdNull () const
 
void setJellyfinIdNull ()
 

Static Public Member Functions

static SpecialViewOptionDto fromJson (QJsonObject source)
 

Protected Attributes

QString m_name
 
QString m_jellyfinId
 

Constructor & Destructor Documentation

◆ SpecialViewOptionDto() [1/2]

Jellyfin::DTO::SpecialViewOptionDto::SpecialViewOptionDto ( )

◆ SpecialViewOptionDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ jellyfinId()

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

Gets or sets view option id.

◆ jellyfinIdNull()

bool Jellyfin::DTO::SpecialViewOptionDto::jellyfinIdNull ( ) const

◆ name()

QString Jellyfin::DTO::SpecialViewOptionDto::name ( ) const

Gets or sets view option name.

◆ nameNull()

bool Jellyfin::DTO::SpecialViewOptionDto::nameNull ( ) const

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setJellyfinId()

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

Gets or sets view option id.

◆ setJellyfinIdNull()

void Jellyfin::DTO::SpecialViewOptionDto::setJellyfinIdNull ( )

◆ setName()

void Jellyfin::DTO::SpecialViewOptionDto::setName ( QString newName)

Gets or sets view option name.

◆ setNameNull()

void Jellyfin::DTO::SpecialViewOptionDto::setNameNull ( )

◆ toJson()

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

Member Data Documentation

◆ m_jellyfinId

QString Jellyfin::DTO::SpecialViewOptionDto::m_jellyfinId
protected

◆ m_name

QString Jellyfin::DTO::SpecialViewOptionDto::m_name
protected

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