![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const bool & | enableTotalRecordCount () const |
| Whether to enable the total record count. | |
| void | setEnableTotalRecordCount (bool newEnableTotalRecordCount) |
| bool | enableTotalRecordCountNull () const |
| void | setEnableTotalRecordCountNull () |
| const qint32 & | limit () const |
| Optional. The limit. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QList< MediaType > & | mediaType () const |
| The media types. | |
| void | setMediaType (QList< MediaType > newMediaType) |
| bool | mediaTypeNull () const |
| void | setMediaTypeNull () |
| const qint32 & | startIndex () const |
| Optional. The start index. | |
| void | setStartIndex (qint32 newStartIndex) |
| bool | startIndexNull () const |
| void | setStartIndexNull () |
| const QList< BaseItemKind > & | type () const |
| The type. | |
| void | setType (QList< BaseItemKind > newType) |
| bool | typeNull () const |
| void | setTypeNull () |
| const QString & | userId () const |
| The user id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const bool & Jellyfin::Loader::GetSuggestionsParams::enableTotalRecordCount | ( | ) | const |
Whether to enable the total record count.
| bool Jellyfin::Loader::GetSuggestionsParams::enableTotalRecordCountNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetSuggestionsParams::limit | ( | ) | const |
Optional. The limit.
| bool Jellyfin::Loader::GetSuggestionsParams::limitNull | ( | ) | const |
The media types.
| bool Jellyfin::Loader::GetSuggestionsParams::mediaTypeNull | ( | ) | const |
| void Jellyfin::Loader::GetSuggestionsParams::setEnableTotalRecordCount | ( | bool | newEnableTotalRecordCount | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setEnableTotalRecordCountNull | ( | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setMediaTypeNull | ( | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setType | ( | QList< BaseItemKind > | newType | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setTypeNull | ( | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetSuggestionsParams::setUserIdNull | ( | ) |
| const qint32 & Jellyfin::Loader::GetSuggestionsParams::startIndex | ( | ) | const |
Optional. The start index.
| bool Jellyfin::Loader::GetSuggestionsParams::startIndexNull | ( | ) | const |
| const QList< BaseItemKind > & Jellyfin::Loader::GetSuggestionsParams::type | ( | ) | const |
The type.
| bool Jellyfin::Loader::GetSuggestionsParams::typeNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetSuggestionsParams::userId | ( | ) | const |
The user id.
| bool Jellyfin::Loader::GetSuggestionsParams::userIdNull | ( | ) | const |