30#ifndef JELLYFIN_DTO_NOTIFICATIONRESULTDTO_H
31#define JELLYFIN_DTO_NOTIFICATIONRESULTDTO_H
65 QJsonObject
toJson()
const;
Definition notificationresultdto.h:50
void setFromJson(QJsonObject source)
Definition notificationresultdto.cpp:61
QList< NotificationDto > m_notifications
Definition notificationresultdto.h:90
qint32 totalRecordCount() const
Gets or sets the total number of notifications.
Definition notificationresultdto.cpp:92
static NotificationResultDto fromJson(QJsonObject source)
Definition notificationresultdto.cpp:54
void setNotificationsNull()
Definition notificationresultdto.cpp:88
qint32 m_totalRecordCount
Definition notificationresultdto.h:91
QJsonObject toJson() const
Definition notificationresultdto.cpp:67
void setTotalRecordCount(qint32 newTotalRecordCount)
Gets or sets the total number of notifications.
Definition notificationresultdto.cpp:94
bool notificationsNull() const
Definition notificationresultdto.cpp:84
void replaceData(NotificationResultDto &other)
Definition notificationresultdto.cpp:49
QList< NotificationDto > notifications() const
Gets or sets the current page of notifications.
Definition notificationresultdto.cpp:79
void setNotifications(QList< NotificationDto > newNotifications)
Gets or sets the current page of notifications.
Definition notificationresultdto.cpp:81
Definition mediaplayer2.h:20
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