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