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

#include <forgotpasswordpindto.h>

Public Member Functions

 ForgotPasswordPinDto (QString pin)
 ForgotPasswordPinDto (const ForgotPasswordPinDto &other)
void replaceData (ForgotPasswordPinDto &other)
void setFromJson (QJsonObject source)
QJsonObject toJson () const
QString pin () const
 Gets or sets the entered pin to have the password reset.
void setPin (QString newPin)
 Gets or sets the entered pin to have the password reset.

Static Public Member Functions

static ForgotPasswordPinDto fromJson (QJsonObject source)

Protected Attributes

QString m_pin

Constructor & Destructor Documentation

◆ ForgotPasswordPinDto() [1/2]

Jellyfin::DTO::ForgotPasswordPinDto::ForgotPasswordPinDto ( QString pin)

◆ ForgotPasswordPinDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ pin()

QString Jellyfin::DTO::ForgotPasswordPinDto::pin ( ) const

Gets or sets the entered pin to have the password reset.

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setPin()

void Jellyfin::DTO::ForgotPasswordPinDto::setPin ( QString newPin)

Gets or sets the entered pin to have the password reset.

◆ toJson()

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

Member Data Documentation

◆ m_pin

QString Jellyfin::DTO::ForgotPasswordPinDto::m_pin
protected

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