#include <notificationresultdto.h>
◆ NotificationResultDto() [1/2]
Jellyfin::DTO::NotificationResultDto::NotificationResultDto |
( |
qint32 | totalRecordCount | ) |
|
◆ NotificationResultDto() [2/2]
◆ fromJson()
◆ notifications()
Gets or sets the current page of notifications.
◆ notificationsNull()
bool Jellyfin::DTO::NotificationResultDto::notificationsNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::NotificationResultDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setNotifications()
void Jellyfin::DTO::NotificationResultDto::setNotifications |
( |
QList< NotificationDto > | newNotifications | ) |
|
Gets or sets the current page of notifications.
◆ setNotificationsNull()
void Jellyfin::DTO::NotificationResultDto::setNotificationsNull |
( |
| ) |
|
◆ setTotalRecordCount()
void Jellyfin::DTO::NotificationResultDto::setTotalRecordCount |
( |
qint32 | newTotalRecordCount | ) |
|
Gets or sets the total number of notifications.
◆ toJson()
QJsonObject Jellyfin::DTO::NotificationResultDto::toJson |
( |
| ) |
const |
◆ totalRecordCount()
qint32 Jellyfin::DTO::NotificationResultDto::totalRecordCount |
( |
| ) |
const |
Gets or sets the total number of notifications.
◆ m_notifications
◆ m_totalRecordCount
qint32 Jellyfin::DTO::NotificationResultDto::m_totalRecordCount |
|
protected |
The documentation for this class was generated from the following files: