#include <deviceinfodtoqueryresult.h>
◆ DeviceInfoDtoQueryResult() [1/2]
| Jellyfin::DTO::DeviceInfoDtoQueryResult::DeviceInfoDtoQueryResult |
( |
QList< DeviceInfoDto > | items, |
|
|
qint32 | totalRecordCount, |
|
|
qint32 | startIndex ) |
◆ DeviceInfoDtoQueryResult() [2/2]
| Jellyfin::DTO::DeviceInfoDtoQueryResult::DeviceInfoDtoQueryResult |
( |
const DeviceInfoDtoQueryResult & | other | ) |
|
◆ fromJson()
◆ items()
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::DeviceInfoDtoQueryResult::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setItems()
◆ setStartIndex()
| void Jellyfin::DTO::DeviceInfoDtoQueryResult::setStartIndex |
( |
qint32 | newStartIndex | ) |
|
Gets or sets the index of the first record in Items.
◆ setTotalRecordCount()
| void Jellyfin::DTO::DeviceInfoDtoQueryResult::setTotalRecordCount |
( |
qint32 | newTotalRecordCount | ) |
|
Gets or sets the total number of records available.
◆ startIndex()
| qint32 Jellyfin::DTO::DeviceInfoDtoQueryResult::startIndex |
( |
| ) |
const |
Gets or sets the index of the first record in Items.
◆ toJson()
| QJsonObject Jellyfin::DTO::DeviceInfoDtoQueryResult::toJson |
( |
| ) |
const |
◆ totalRecordCount()
| qint32 Jellyfin::DTO::DeviceInfoDtoQueryResult::totalRecordCount |
( |
| ) |
const |
Gets or sets the total number of records available.
◆ m_items
◆ m_startIndex
| qint32 Jellyfin::DTO::DeviceInfoDtoQueryResult::m_startIndex |
|
protected |
◆ m_totalRecordCount
| qint32 Jellyfin::DTO::DeviceInfoDtoQueryResult::m_totalRecordCount |
|
protected |
The documentation for this class was generated from the following files: