#include <notificationtypeinfo.h>
◆ NotificationTypeInfo() [1/2]
Jellyfin::DTO::NotificationTypeInfo::NotificationTypeInfo |
( |
bool | enabled, |
|
|
bool | isBasedOnUserEvent ) |
◆ NotificationTypeInfo() [2/2]
◆ category()
QString Jellyfin::DTO::NotificationTypeInfo::category |
( |
| ) |
const |
◆ categoryNull()
bool Jellyfin::DTO::NotificationTypeInfo::categoryNull |
( |
| ) |
const |
◆ enabled()
bool Jellyfin::DTO::NotificationTypeInfo::enabled |
( |
| ) |
const |
◆ fromJson()
◆ isBasedOnUserEvent()
bool Jellyfin::DTO::NotificationTypeInfo::isBasedOnUserEvent |
( |
| ) |
const |
◆ name()
QString Jellyfin::DTO::NotificationTypeInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::NotificationTypeInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setCategory()
void Jellyfin::DTO::NotificationTypeInfo::setCategory |
( |
QString | newCategory | ) |
|
◆ setCategoryNull()
void Jellyfin::DTO::NotificationTypeInfo::setCategoryNull |
( |
| ) |
|
◆ setEnabled()
void Jellyfin::DTO::NotificationTypeInfo::setEnabled |
( |
bool | newEnabled | ) |
|
◆ setFromJson()
void Jellyfin::DTO::NotificationTypeInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIsBasedOnUserEvent()
void Jellyfin::DTO::NotificationTypeInfo::setIsBasedOnUserEvent |
( |
bool | newIsBasedOnUserEvent | ) |
|
◆ setName()
void Jellyfin::DTO::NotificationTypeInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::NotificationTypeInfo::setNameNull |
( |
| ) |
|
◆ setType()
void Jellyfin::DTO::NotificationTypeInfo::setType |
( |
QString | newType | ) |
|
◆ setTypeNull()
void Jellyfin::DTO::NotificationTypeInfo::setTypeNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::NotificationTypeInfo::toJson |
( |
| ) |
const |
◆ type()
QString Jellyfin::DTO::NotificationTypeInfo::type |
( |
| ) |
const |
◆ typeNull()
bool Jellyfin::DTO::NotificationTypeInfo::typeNull |
( |
| ) |
const |
◆ m_category
QString Jellyfin::DTO::NotificationTypeInfo::m_category |
|
protected |
◆ m_enabled
bool Jellyfin::DTO::NotificationTypeInfo::m_enabled |
|
protected |
◆ m_isBasedOnUserEvent
bool Jellyfin::DTO::NotificationTypeInfo::m_isBasedOnUserEvent |
|
protected |
◆ m_name
QString Jellyfin::DTO::NotificationTypeInfo::m_name |
|
protected |
◆ m_type
QString Jellyfin::DTO::NotificationTypeInfo::m_type |
|
protected |
The documentation for this class was generated from the following files: