#include <notificationssummarydto.h>
◆ NotificationsSummaryDto() [1/2]
Jellyfin::DTO::NotificationsSummaryDto::NotificationsSummaryDto |
( |
qint32 | unreadCount, |
|
|
NotificationLevel | maxUnreadNotificationLevel ) |
◆ NotificationsSummaryDto() [2/2]
◆ fromJson()
◆ maxUnreadNotificationLevel()
NotificationLevel Jellyfin::DTO::NotificationsSummaryDto::maxUnreadNotificationLevel |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::NotificationsSummaryDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setMaxUnreadNotificationLevel()
void Jellyfin::DTO::NotificationsSummaryDto::setMaxUnreadNotificationLevel |
( |
NotificationLevel | newMaxUnreadNotificationLevel | ) |
|
◆ setUnreadCount()
void Jellyfin::DTO::NotificationsSummaryDto::setUnreadCount |
( |
qint32 | newUnreadCount | ) |
|
Gets or sets the number of unread notifications.
◆ toJson()
QJsonObject Jellyfin::DTO::NotificationsSummaryDto::toJson |
( |
| ) |
const |
◆ unreadCount()
qint32 Jellyfin::DTO::NotificationsSummaryDto::unreadCount |
( |
| ) |
const |
Gets or sets the number of unread notifications.
◆ m_maxUnreadNotificationLevel
NotificationLevel Jellyfin::DTO::NotificationsSummaryDto::m_maxUnreadNotificationLevel |
|
protected |
◆ m_unreadCount
qint32 Jellyfin::DTO::NotificationsSummaryDto::m_unreadCount |
|
protected |
The documentation for this class was generated from the following files: