30#ifndef JELLYFIN_DTO_FORGOTPASSWORDDTO_H
31#define JELLYFIN_DTO_FORGOTPASSWORDDTO_H
63 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition forgotpassworddto.h:48
QString enteredUsername() const
Gets or sets the entered username to have its password reset.
Definition forgotpassworddto.cpp:71
void setFromJson(QJsonObject source)
Definition forgotpassworddto.cpp:59
QJsonObject toJson() const
Definition forgotpassworddto.cpp:64
QString m_enteredUsername
Definition forgotpassworddto.h:77
void replaceData(ForgotPasswordDto &other)
Definition forgotpassworddto.cpp:48
void setEnteredUsername(QString newEnteredUsername)
Gets or sets the entered username to have its password reset.
Definition forgotpassworddto.cpp:73
static ForgotPasswordDto fromJson(QJsonObject source)
Definition forgotpassworddto.cpp:52
ForgotPasswordDto(QString enteredUsername)
Definition forgotpassworddto.cpp:36
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::ForgotPasswordDto ForgotPasswordDto
Definition forgotpassworddto.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