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