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

#include <pluginsecurityinfo.h>

Public Member Functions

 PluginSecurityInfo (bool isMbSupporter)
 
 PluginSecurityInfo (const PluginSecurityInfo &other)
 
void replaceData (PluginSecurityInfo &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QString supporterKey () const
 Gets or sets the supporter key.
 
void setSupporterKey (QString newSupporterKey)
 Gets or sets the supporter key.
 
bool supporterKeyNull () const
 
void setSupporterKeyNull ()
 
bool isMbSupporter () const
 Gets or sets a value indicating whether is mb supporter.
 
void setIsMbSupporter (bool newIsMbSupporter)
 Gets or sets a value indicating whether is mb supporter.
 

Static Public Member Functions

static PluginSecurityInfo fromJson (QJsonObject source)
 

Protected Attributes

QString m_supporterKey
 
bool m_isMbSupporter
 

Constructor & Destructor Documentation

◆ PluginSecurityInfo() [1/2]

Jellyfin::DTO::PluginSecurityInfo::PluginSecurityInfo ( bool isMbSupporter)

◆ PluginSecurityInfo() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ isMbSupporter()

bool Jellyfin::DTO::PluginSecurityInfo::isMbSupporter ( ) const

Gets or sets a value indicating whether is mb supporter.

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setIsMbSupporter()

void Jellyfin::DTO::PluginSecurityInfo::setIsMbSupporter ( bool newIsMbSupporter)

Gets or sets a value indicating whether is mb supporter.

◆ setSupporterKey()

void Jellyfin::DTO::PluginSecurityInfo::setSupporterKey ( QString newSupporterKey)

Gets or sets the supporter key.

◆ setSupporterKeyNull()

void Jellyfin::DTO::PluginSecurityInfo::setSupporterKeyNull ( )

◆ supporterKey()

QString Jellyfin::DTO::PluginSecurityInfo::supporterKey ( ) const

Gets or sets the supporter key.

◆ supporterKeyNull()

bool Jellyfin::DTO::PluginSecurityInfo::supporterKeyNull ( ) const

◆ toJson()

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

Member Data Documentation

◆ m_isMbSupporter

bool Jellyfin::DTO::PluginSecurityInfo::m_isMbSupporter
protected

◆ m_supporterKey

QString Jellyfin::DTO::PluginSecurityInfo::m_supporterKey
protected

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