30#ifndef JELLYFIN_DTO_TIMERINFODTOQUERYRESULT_H
31#define JELLYFIN_DTO_TIMERINFODTOQUERYRESULT_H
66 QJsonObject
toJson()
const;
Definition timerinfodtoqueryresult.h:50
void replaceData(TimerInfoDtoQueryResult &other)
Definition timerinfodtoqueryresult.cpp:52
static TimerInfoDtoQueryResult fromJson(QJsonObject source)
Definition timerinfodtoqueryresult.cpp:58
void setItems(QList< TimerInfoDto > newItems)
Gets or sets the items.
Definition timerinfodtoqueryresult.cpp:87
QList< TimerInfoDto > m_items
Definition timerinfodtoqueryresult.h:100
QList< TimerInfoDto > items() const
Gets or sets the items.
Definition timerinfodtoqueryresult.cpp:85
qint32 m_startIndex
Definition timerinfodtoqueryresult.h:102
void setTotalRecordCount(qint32 newTotalRecordCount)
The total number of records available.
Definition timerinfodtoqueryresult.cpp:100
qint32 m_totalRecordCount
Definition timerinfodtoqueryresult.h:101
void setFromJson(QJsonObject source)
Definition timerinfodtoqueryresult.cpp:65
qint32 startIndex() const
The index of the first record in Items.
Definition timerinfodtoqueryresult.cpp:104
bool itemsNull() const
Definition timerinfodtoqueryresult.cpp:90
QJsonObject toJson() const
Definition timerinfodtoqueryresult.cpp:72
void setStartIndex(qint32 newStartIndex)
The index of the first record in Items.
Definition timerinfodtoqueryresult.cpp:106
void setItemsNull()
Definition timerinfodtoqueryresult.cpp:94
qint32 totalRecordCount() const
The total number of records available.
Definition timerinfodtoqueryresult.cpp:98
Definition mediaplayer2.h:20
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