30#ifndef JELLYFIN_DTO_DAYOFWEEK_H
31#define JELLYFIN_DTO_DAYOFWEEK_H
Definition dayofweek.h:46
Value
Definition dayofweek.h:49
@ Monday
Definition dayofweek.h:52
@ EnumNotSet
Definition dayofweek.h:50
@ Tuesday
Definition dayofweek.h:53
@ Saturday
Definition dayofweek.h:57
@ Thursday
Definition dayofweek.h:55
@ Sunday
Definition dayofweek.h:51
@ Friday
Definition dayofweek.h:56
@ Wednesday
Definition dayofweek.h:54
DayOfWeekClass::Value DayOfWeek
Definition dayofweek.h:64
Jellyfin::DTO::DayOfWeek DayOfWeek
Definition dayofweek.h:70
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