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