30#ifndef JELLYFIN_DTO_PROFILECONDITIONTYPE_H
31#define JELLYFIN_DTO_PROFILECONDITIONTYPE_H
Definition profileconditiontype.h:46
Value
Definition profileconditiontype.h:49
@ Equals
Definition profileconditiontype.h:51
@ LessThanEqual
Definition profileconditiontype.h:53
@ EnumNotSet
Definition profileconditiontype.h:50
@ GreaterThanEqual
Definition profileconditiontype.h:54
@ EqualsAny
Definition profileconditiontype.h:55
@ NotEquals
Definition profileconditiontype.h:52
ProfileConditionTypeClass::Value ProfileConditionType
Definition profileconditiontype.h:62
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
Jellyfin::DTO::ProfileConditionType ProfileConditionType
Definition profileconditiontype.h:68
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45