30#ifndef JELLYFIN_DTO_NOTIFICATIONTYPEINFO_H
31#define JELLYFIN_DTO_NOTIFICATIONTYPEINFO_H
64 QJsonObject
toJson()
const;
Definition notificationtypeinfo.h:48
bool categoryNull() const
Definition notificationtypeinfo.cpp:138
bool m_isBasedOnUserEvent
Definition notificationtypeinfo.h:104
void setIsBasedOnUserEvent(bool newIsBasedOnUserEvent)
Definition notificationtypeinfo.cpp:148
void setCategory(QString newCategory)
Definition notificationtypeinfo.cpp:135
void setEnabled(bool newEnabled)
Definition notificationtypeinfo.cpp:129
QString category() const
Definition notificationtypeinfo.cpp:133
QString name() const
Definition notificationtypeinfo.cpp:114
QString m_category
Definition notificationtypeinfo.h:103
void setFromJson(QJsonObject source)
Definition notificationtypeinfo.cpp:69
QJsonObject toJson() const
Definition notificationtypeinfo.cpp:78
void setName(QString newName)
Definition notificationtypeinfo.cpp:116
QString m_name
Definition notificationtypeinfo.h:101
void setTypeNull()
Definition notificationtypeinfo.cpp:110
bool isBasedOnUserEvent() const
Definition notificationtypeinfo.cpp:146
void setCategoryNull()
Definition notificationtypeinfo.cpp:142
void setNameNull()
Definition notificationtypeinfo.cpp:123
static NotificationTypeInfo fromJson(QJsonObject source)
Definition notificationtypeinfo.cpp:62
bool typeNull() const
Definition notificationtypeinfo.cpp:106
QString m_type
Definition notificationtypeinfo.h:100
bool nameNull() const
Definition notificationtypeinfo.cpp:119
bool m_enabled
Definition notificationtypeinfo.h:102
QString type() const
Definition notificationtypeinfo.cpp:101
void replaceData(NotificationTypeInfo &other)
Definition notificationtypeinfo.cpp:54
void setType(QString newType)
Definition notificationtypeinfo.cpp:103
bool enabled() const
Definition notificationtypeinfo.cpp:127
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