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