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

#include <quickconnectdto.h>

Public Member Functions

 QuickConnectDto (QString secret)
 QuickConnectDto (const QuickConnectDto &other)
void replaceData (QuickConnectDto &other)
void setFromJson (QJsonObject source)
QJsonObject toJson () const
QString secret () const
 Gets or sets the quick connect secret.
void setSecret (QString newSecret)
 Gets or sets the quick connect secret.

Static Public Member Functions

static QuickConnectDto fromJson (QJsonObject source)

Protected Attributes

QString m_secret

Constructor & Destructor Documentation

◆ QuickConnectDto() [1/2]

Jellyfin::DTO::QuickConnectDto::QuickConnectDto ( QString secret)

◆ QuickConnectDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ replaceData()

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

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

◆ secret()

QString Jellyfin::DTO::QuickConnectDto::secret ( ) const

Gets or sets the quick connect secret.

◆ setFromJson()

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

◆ setSecret()

void Jellyfin::DTO::QuickConnectDto::setSecret ( QString newSecret)

Gets or sets the quick connect secret.

◆ toJson()

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

Member Data Documentation

◆ m_secret

QString Jellyfin::DTO::QuickConnectDto::m_secret
protected

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