![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <authenticationinfoqueryresult.h>
Public Member Functions | |
| AuthenticationInfoQueryResult (QList< AuthenticationInfo > items, qint32 totalRecordCount, qint32 startIndex) | |
| AuthenticationInfoQueryResult (const AuthenticationInfoQueryResult &other) | |
| void | replaceData (AuthenticationInfoQueryResult &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< AuthenticationInfo > | items () const |
| Gets or sets the items. | |
| void | setItems (QList< AuthenticationInfo > newItems) |
| Gets or sets the items. | |
| qint32 | totalRecordCount () const |
| Gets or sets the total number of records available. | |
| void | setTotalRecordCount (qint32 newTotalRecordCount) |
| Gets or sets the total number of records available. | |
| qint32 | startIndex () const |
| Gets or sets the index of the first record in Items. | |
| void | setStartIndex (qint32 newStartIndex) |
| Gets or sets the index of the first record in Items. | |
Static Public Member Functions | |
| static AuthenticationInfoQueryResult | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< AuthenticationInfo > | m_items |
| qint32 | m_totalRecordCount |
| qint32 | m_startIndex |
| Jellyfin::DTO::AuthenticationInfoQueryResult::AuthenticationInfoQueryResult | ( | QList< AuthenticationInfo > | items, |
| qint32 | totalRecordCount, | ||
| qint32 | startIndex ) |
| Jellyfin::DTO::AuthenticationInfoQueryResult::AuthenticationInfoQueryResult | ( | const AuthenticationInfoQueryResult & | other | ) |
|
static |
| QList< AuthenticationInfo > Jellyfin::DTO::AuthenticationInfoQueryResult::items | ( | ) | const |
Gets or sets the items.
| void Jellyfin::DTO::AuthenticationInfoQueryResult::replaceData | ( | AuthenticationInfoQueryResult & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::AuthenticationInfoQueryResult::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::AuthenticationInfoQueryResult::setItems | ( | QList< AuthenticationInfo > | newItems | ) |
Gets or sets the items.
| void Jellyfin::DTO::AuthenticationInfoQueryResult::setStartIndex | ( | qint32 | newStartIndex | ) |
Gets or sets the index of the first record in Items.
| void Jellyfin::DTO::AuthenticationInfoQueryResult::setTotalRecordCount | ( | qint32 | newTotalRecordCount | ) |
Gets or sets the total number of records available.
| qint32 Jellyfin::DTO::AuthenticationInfoQueryResult::startIndex | ( | ) | const |
Gets or sets the index of the first record in Items.
| QJsonObject Jellyfin::DTO::AuthenticationInfoQueryResult::toJson | ( | ) | const |
| qint32 Jellyfin::DTO::AuthenticationInfoQueryResult::totalRecordCount | ( | ) | const |
Gets or sets the total number of records available.
|
protected |
|
protected |
|
protected |