30#ifndef JELLYFIN_DTO_FORGOTPASSWORDACTION_H
31#define JELLYFIN_DTO_FORGOTPASSWORDACTION_H
46class ForgotPasswordActionClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition forgotpasswordaction.h:46
Value
Definition forgotpasswordaction.h:49
@ ContactAdmin
Definition forgotpasswordaction.h:51
@ EnumNotSet
Definition forgotpasswordaction.h:50
@ PinCode
Definition forgotpasswordaction.h:52
@ InNetworkRequired
Definition forgotpasswordaction.h:53
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
ForgotPasswordActionClass::Value ForgotPasswordAction
Definition forgotpasswordaction.h:60
Definition accessschedule.h:128
Jellyfin::DTO::ForgotPasswordAction ForgotPasswordAction
Definition forgotpasswordaction.h:66
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