30#ifndef JELLYFIN_DTO_SORTORDER_H
31#define JELLYFIN_DTO_SORTORDER_H
Definition sortorder.h:46
Value
Definition sortorder.h:49
@ Descending
Definition sortorder.h:52
@ Ascending
Definition sortorder.h:51
@ EnumNotSet
Definition sortorder.h:50
SortOrderClass::Value SortOrder
Definition sortorder.h:59
Jellyfin::DTO::SortOrder SortOrder
Definition sortorder.h:65
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