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