30#ifndef JELLYFIN_DTO_AUTHENTICATIONINFOQUERYRESULT_H
31#define JELLYFIN_DTO_AUTHENTICATIONINFOQUERYRESULT_H
66 QJsonObject
toJson()
const;
Definition authenticationinfoqueryresult.h:50
void setFromJson(QJsonObject source)
Definition authenticationinfoqueryresult.cpp:65
void replaceData(AuthenticationInfoQueryResult &other)
Definition authenticationinfoqueryresult.cpp:52
bool itemsNull() const
Definition authenticationinfoqueryresult.cpp:90
QList< AuthenticationInfo > items() const
Gets or sets the items.
Definition authenticationinfoqueryresult.cpp:85
qint32 m_totalRecordCount
Definition authenticationinfoqueryresult.h:101
void setStartIndex(qint32 newStartIndex)
The index of the first record in Items.
Definition authenticationinfoqueryresult.cpp:106
static AuthenticationInfoQueryResult fromJson(QJsonObject source)
Definition authenticationinfoqueryresult.cpp:58
QList< AuthenticationInfo > m_items
Definition authenticationinfoqueryresult.h:100
void setItems(QList< AuthenticationInfo > newItems)
Gets or sets the items.
Definition authenticationinfoqueryresult.cpp:87
qint32 m_startIndex
Definition authenticationinfoqueryresult.h:102
qint32 startIndex() const
The index of the first record in Items.
Definition authenticationinfoqueryresult.cpp:104
void setTotalRecordCount(qint32 newTotalRecordCount)
The total number of records available.
Definition authenticationinfoqueryresult.cpp:100
QJsonObject toJson() const
Definition authenticationinfoqueryresult.cpp:72
qint32 totalRecordCount() const
The total number of records available.
Definition authenticationinfoqueryresult.cpp:98
void setItemsNull()
Definition authenticationinfoqueryresult.cpp:94
Definition mediaplayer2.h:20
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