30#ifndef JELLYFIN_DTO_TIMERINFODTOQUERYRESULT_H
31#define JELLYFIN_DTO_TIMERINFODTOQUERYRESULT_H
67 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition timerinfodtoqueryresult.h:50
void replaceData(TimerInfoDtoQueryResult &other)
Definition timerinfodtoqueryresult.cpp:54
static TimerInfoDtoQueryResult fromJson(QJsonObject source)
Definition timerinfodtoqueryresult.cpp:60
TimerInfoDtoQueryResult(QList< TimerInfoDto > items, qint32 totalRecordCount, qint32 startIndex)
Definition timerinfodtoqueryresult.cpp:36
void setItems(QList< TimerInfoDto > newItems)
Gets or sets the items.
Definition timerinfodtoqueryresult.cpp:85
QList< TimerInfoDto > m_items
Definition timerinfodtoqueryresult.h:99
QList< TimerInfoDto > items() const
Gets or sets the items.
Definition timerinfodtoqueryresult.cpp:83
qint32 m_startIndex
Definition timerinfodtoqueryresult.h:101
void setTotalRecordCount(qint32 newTotalRecordCount)
Gets or sets the total number of records available.
Definition timerinfodtoqueryresult.cpp:91
qint32 m_totalRecordCount
Definition timerinfodtoqueryresult.h:100
void setFromJson(QJsonObject source)
Definition timerinfodtoqueryresult.cpp:67
qint32 startIndex() const
Gets or sets the index of the first record in Items.
Definition timerinfodtoqueryresult.cpp:95
QJsonObject toJson() const
Definition timerinfodtoqueryresult.cpp:74
void setStartIndex(qint32 newStartIndex)
Gets or sets the index of the first record in Items.
Definition timerinfodtoqueryresult.cpp:97
qint32 totalRecordCount() const
Gets or sets the total number of records available.
Definition timerinfodtoqueryresult.cpp:89
Definition mediaplayer2.h:20
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::TimerInfoDtoQueryResult TimerInfoDtoQueryResult
Definition timerinfodtoqueryresult.h:113
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