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

#include <forgotpassworddto.h>

Public Member Functions

 ForgotPasswordDto (QString enteredUsername)
 
 ForgotPasswordDto (const ForgotPasswordDto &other)
 
void replaceData (ForgotPasswordDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QString enteredUsername () const
 Gets or sets the entered username to have its password reset.
 
void setEnteredUsername (QString newEnteredUsername)
 Gets or sets the entered username to have its password reset.
 

Static Public Member Functions

static ForgotPasswordDto fromJson (QJsonObject source)
 

Protected Attributes

QString m_enteredUsername
 

Constructor & Destructor Documentation

◆ ForgotPasswordDto() [1/2]

Jellyfin::DTO::ForgotPasswordDto::ForgotPasswordDto ( QString enteredUsername)

◆ ForgotPasswordDto() [2/2]

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

Member Function Documentation

◆ enteredUsername()

QString Jellyfin::DTO::ForgotPasswordDto::enteredUsername ( ) const

Gets or sets the entered username to have its password reset.

◆ fromJson()

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

◆ replaceData()

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

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

◆ setEnteredUsername()

void Jellyfin::DTO::ForgotPasswordDto::setEnteredUsername ( QString newEnteredUsername)

Gets or sets the entered username to have its password reset.

◆ setFromJson()

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

◆ toJson()

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

Member Data Documentation

◆ m_enteredUsername

QString Jellyfin::DTO::ForgotPasswordDto::m_enteredUsername
protected

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