30#ifndef JELLYFIN_DTO_USERDATACHANGEINFO_H
31#define JELLYFIN_DTO_USERDATACHANGEINFO_H
67 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition userdatachangeinfo.h:51
void setUserDataList(QList< UserItemDataDto > newUserDataList)
Gets or sets the user data list.
Definition userdatachangeinfo.cpp:85
UserDataChangeInfo(QString userId, QList< UserItemDataDto > userDataList)
Definition userdatachangeinfo.cpp:36
QJsonObject toJson() const
Definition userdatachangeinfo.cpp:69
void replaceData(UserDataChangeInfo &other)
Definition userdatachangeinfo.cpp:51
QString userId() const
Gets or sets the user id.
Definition userdatachangeinfo.cpp:77
QList< UserItemDataDto > m_userDataList
Definition userdatachangeinfo.h:91
static UserDataChangeInfo fromJson(QJsonObject source)
Definition userdatachangeinfo.cpp:56
QString m_userId
Definition userdatachangeinfo.h:90
void setUserId(QString newUserId)
Gets or sets the user id.
Definition userdatachangeinfo.cpp:79
QList< UserItemDataDto > userDataList() const
Gets or sets the user data list.
Definition userdatachangeinfo.cpp:83
void setFromJson(QJsonObject source)
Definition userdatachangeinfo.cpp:63
Definition mediaplayer2.h:20
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::UserDataChangeInfo UserDataChangeInfo
Definition userdatachangeinfo.h:103
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