30#ifndef JELLYFIN_DTO_NOTIFICATIONSSUMMARYDTO_H
31#define JELLYFIN_DTO_NOTIFICATIONSSUMMARYDTO_H
64 QJsonObject
toJson()
const;
Value
Definition notificationlevel.h:49
Definition notificationssummarydto.h:48
NotificationLevel maxUnreadNotificationLevel() const
Definition notificationssummarydto.cpp:83
void setUnreadCount(qint32 newUnreadCount)
Gets or sets the number of unread notifications.
Definition notificationssummarydto.cpp:79
qint32 m_unreadCount
Definition notificationssummarydto.h:83
static NotificationsSummaryDto fromJson(QJsonObject source)
Definition notificationssummarydto.cpp:56
QJsonObject toJson() const
Definition notificationssummarydto.cpp:69
void setMaxUnreadNotificationLevel(NotificationLevel newMaxUnreadNotificationLevel)
Definition notificationssummarydto.cpp:85
void replaceData(NotificationsSummaryDto &other)
Definition notificationssummarydto.cpp:51
NotificationLevel m_maxUnreadNotificationLevel
Definition notificationssummarydto.h:84
qint32 unreadCount() const
Gets or sets the number of unread notifications.
Definition notificationssummarydto.cpp:77
void setFromJson(QJsonObject source)
Definition notificationssummarydto.cpp:63
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