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