![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const qint32 & | categoryLimit () const |
| The max number of categories to return. | |
| void | setCategoryLimit (qint32 newCategoryLimit) |
| bool | categoryLimitNull () const |
| void | setCategoryLimitNull () |
| const QList< ItemFields > & | fields () const |
| Optional. The fields to return. | |
| void | setFields (QList< ItemFields > newFields) |
| bool | fieldsNull () const |
| void | setFieldsNull () |
| const qint32 & | itemLimit () const |
| The max number of items to return per category. | |
| void | setItemLimit (qint32 newItemLimit) |
| bool | itemLimitNull () const |
| void | setItemLimitNull () |
| const QString & | parentId () const |
| Specify this to localize the search to a specific item or folder. Omit to use the root. | |
| void | setParentId (QString newParentId) |
| bool | parentIdNull () const |
| void | setParentIdNull () |
| const QString & | userId () const |
| Optional. Filter by user id, and attach user data. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const qint32 & Jellyfin::Loader::GetMovieRecommendationsParams::categoryLimit | ( | ) | const |
The max number of categories to return.
| bool Jellyfin::Loader::GetMovieRecommendationsParams::categoryLimitNull | ( | ) | const |
| const QList< ItemFields > & Jellyfin::Loader::GetMovieRecommendationsParams::fields | ( | ) | const |
Optional. The fields to return.
| bool Jellyfin::Loader::GetMovieRecommendationsParams::fieldsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetMovieRecommendationsParams::itemLimit | ( | ) | const |
The max number of items to return per category.
| bool Jellyfin::Loader::GetMovieRecommendationsParams::itemLimitNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetMovieRecommendationsParams::parentId | ( | ) | const |
Specify this to localize the search to a specific item or folder. Omit to use the root.
| bool Jellyfin::Loader::GetMovieRecommendationsParams::parentIdNull | ( | ) | const |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setCategoryLimit | ( | qint32 | newCategoryLimit | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setCategoryLimitNull | ( | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setItemLimit | ( | qint32 | newItemLimit | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setItemLimitNull | ( | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setParentId | ( | QString | newParentId | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setParentIdNull | ( | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetMovieRecommendationsParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetMovieRecommendationsParams::userId | ( | ) | const |
Optional. Filter by user id, and attach user data.
| bool Jellyfin::Loader::GetMovieRecommendationsParams::userIdNull | ( | ) | const |