30#ifndef JELLYFIN_DTO_QUICKCONNECTRESULT_H
31#define JELLYFIN_DTO_QUICKCONNECTRESULT_H
64 QJsonObject
toJson()
const;
112 QString
error()
const;
Definition quickconnectresult.h:49
static QuickConnectResult fromJson(QJsonObject source)
Definition quickconnectresult.cpp:62
QDateTime m_dateAdded
Definition quickconnectresult.h:138
void setErrorNull()
Definition quickconnectresult.cpp:165
void setAuthentication(QString newAuthentication)
Gets or sets the private access token.
Definition quickconnectresult.cpp:145
QJsonObject toJson() const
Definition quickconnectresult.cpp:79
QString error() const
Gets or sets an error message.
Definition quickconnectresult.cpp:156
void setDateAddedNull()
Definition quickconnectresult.cpp:178
QString m_authentication
Definition quickconnectresult.h:136
QString m_code
Definition quickconnectresult.h:135
bool m_authenticated
Definition quickconnectresult.h:133
QString authentication() const
Gets or sets the private access token.
Definition quickconnectresult.cpp:143
void setCodeNull()
Definition quickconnectresult.cpp:139
void setDateAdded(QDateTime newDateAdded)
Gets or sets the DateTime that this request was created.
Definition quickconnectresult.cpp:171
void setCode(QString newCode)
Gets or sets the user facing code used so the user can quickly differentiate this request from others...
Definition quickconnectresult.cpp:132
bool codeNull() const
Definition quickconnectresult.cpp:135
void setAuthenticated(bool newAuthenticated)
Gets a value indicating whether this request is authorized.
Definition quickconnectresult.cpp:113
QString secret() const
Gets or sets the secret value used to uniquely identify this request. Can be used to retrieve authent...
Definition quickconnectresult.cpp:117
void setError(QString newError)
Gets or sets an error message.
Definition quickconnectresult.cpp:158
void setFromJson(QJsonObject source)
Definition quickconnectresult.cpp:69
QString code() const
Gets or sets the user facing code used so the user can quickly differentiate this request from others...
Definition quickconnectresult.cpp:130
bool dateAddedNull() const
Definition quickconnectresult.cpp:174
void setAuthenticationNull()
Definition quickconnectresult.cpp:152
QString m_error
Definition quickconnectresult.h:137
bool authenticationNull() const
Definition quickconnectresult.cpp:148
QString m_secret
Definition quickconnectresult.h:134
void setSecret(QString newSecret)
Gets or sets the secret value used to uniquely identify this request. Can be used to retrieve authent...
Definition quickconnectresult.cpp:119
void replaceData(QuickConnectResult &other)
Definition quickconnectresult.cpp:53
void setSecretNull()
Definition quickconnectresult.cpp:126
bool errorNull() const
Definition quickconnectresult.cpp:161
bool authenticated() const
Gets a value indicating whether this request is authorized.
Definition quickconnectresult.cpp:111
QDateTime dateAdded() const
Gets or sets the DateTime that this request was created.
Definition quickconnectresult.cpp:169
bool secretNull() const
Definition quickconnectresult.cpp:122
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