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