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

#include <pinredeemresult.h>

Public Member Functions

 PinRedeemResult (bool success)
 
 PinRedeemResult (const PinRedeemResult &other)
 
void replaceData (PinRedeemResult &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
bool success () const
 Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success.
 
void setSuccess (bool newSuccess)
 Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success.
 
QStringList usersReset () const
 Gets or sets the users reset.
 
void setUsersReset (QStringList newUsersReset)
 Gets or sets the users reset.
 
bool usersResetNull () const
 
void setUsersResetNull ()
 

Static Public Member Functions

static PinRedeemResult fromJson (QJsonObject source)
 

Protected Attributes

bool m_success
 
QStringList m_usersReset
 

Constructor & Destructor Documentation

◆ PinRedeemResult() [1/2]

Jellyfin::DTO::PinRedeemResult::PinRedeemResult ( bool success)

◆ PinRedeemResult() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setSuccess()

void Jellyfin::DTO::PinRedeemResult::setSuccess ( bool newSuccess)

Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success.

◆ setUsersReset()

void Jellyfin::DTO::PinRedeemResult::setUsersReset ( QStringList newUsersReset)

Gets or sets the users reset.

◆ setUsersResetNull()

void Jellyfin::DTO::PinRedeemResult::setUsersResetNull ( )

◆ success()

bool Jellyfin::DTO::PinRedeemResult::success ( ) const

Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success.

◆ toJson()

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

◆ usersReset()

QStringList Jellyfin::DTO::PinRedeemResult::usersReset ( ) const

Gets or sets the users reset.

◆ usersResetNull()

bool Jellyfin::DTO::PinRedeemResult::usersResetNull ( ) const

Member Data Documentation

◆ m_success

bool Jellyfin::DTO::PinRedeemResult::m_success
protected

◆ m_usersReset

QStringList Jellyfin::DTO::PinRedeemResult::m_usersReset
protected

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