30#ifndef JELLYFIN_DTO_FORGOTPASSWORDPINDTO_H
31#define JELLYFIN_DTO_FORGOTPASSWORDPINDTO_H
63 QJsonObject
toJson()
const;
73 void setPin(QString newPin);
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition forgotpasswordpindto.h:48
QJsonObject toJson() const
Definition forgotpasswordpindto.cpp:64
ForgotPasswordPinDto(QString pin)
Definition forgotpasswordpindto.cpp:36
QString m_pin
Definition forgotpasswordpindto.h:77
void setFromJson(QJsonObject source)
Definition forgotpasswordpindto.cpp:59
void replaceData(ForgotPasswordPinDto &other)
Definition forgotpasswordpindto.cpp:48
void setPin(QString newPin)
Gets or sets the entered pin to have the password reset.
Definition forgotpasswordpindto.cpp:73
QString pin() const
Gets or sets the entered pin to have the password reset.
Definition forgotpasswordpindto.cpp:71
static ForgotPasswordPinDto fromJson(QJsonObject source)
Definition forgotpasswordpindto.cpp:52
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::ForgotPasswordPinDto ForgotPasswordPinDto
Definition forgotpasswordpindto.h:89
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45