30#ifndef JELLYFIN_DTO_AUTHENTICATIONINFOQUERYRESULT_H
31#define JELLYFIN_DTO_AUTHENTICATIONINFOQUERYRESULT_H
67 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition authenticationinfoqueryresult.h:50
void setFromJson(QJsonObject source)
Definition authenticationinfoqueryresult.cpp:67
void replaceData(AuthenticationInfoQueryResult &other)
Definition authenticationinfoqueryresult.cpp:54
QList< AuthenticationInfo > items() const
Gets or sets the items.
Definition authenticationinfoqueryresult.cpp:83
qint32 m_totalRecordCount
Definition authenticationinfoqueryresult.h:100
void setStartIndex(qint32 newStartIndex)
Gets or sets the index of the first record in Items.
Definition authenticationinfoqueryresult.cpp:97
AuthenticationInfoQueryResult(QList< AuthenticationInfo > items, qint32 totalRecordCount, qint32 startIndex)
Definition authenticationinfoqueryresult.cpp:36
static AuthenticationInfoQueryResult fromJson(QJsonObject source)
Definition authenticationinfoqueryresult.cpp:60
QList< AuthenticationInfo > m_items
Definition authenticationinfoqueryresult.h:99
void setItems(QList< AuthenticationInfo > newItems)
Gets or sets the items.
Definition authenticationinfoqueryresult.cpp:85
qint32 m_startIndex
Definition authenticationinfoqueryresult.h:101
qint32 startIndex() const
Gets or sets the index of the first record in Items.
Definition authenticationinfoqueryresult.cpp:95
void setTotalRecordCount(qint32 newTotalRecordCount)
Gets or sets the total number of records available.
Definition authenticationinfoqueryresult.cpp:91
QJsonObject toJson() const
Definition authenticationinfoqueryresult.cpp:74
qint32 totalRecordCount() const
Gets or sets the total number of records available.
Definition authenticationinfoqueryresult.cpp:89
Definition mediaplayer2.h:20
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::AuthenticationInfoQueryResult AuthenticationInfoQueryResult
Definition authenticationinfoqueryresult.h:113
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45