Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::GetMovieRecommendationsParams Class Reference

#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 ()
 

Member Function Documentation

◆ categoryLimit()

const qint32 & Jellyfin::Loader::GetMovieRecommendationsParams::categoryLimit ( ) const

The max number of categories to return.

◆ categoryLimitNull()

bool Jellyfin::Loader::GetMovieRecommendationsParams::categoryLimitNull ( ) const

◆ fields()

const QList< ItemFields > & Jellyfin::Loader::GetMovieRecommendationsParams::fields ( ) const

Optional. The fields to return.

◆ fieldsNull()

bool Jellyfin::Loader::GetMovieRecommendationsParams::fieldsNull ( ) const

◆ itemLimit()

const qint32 & Jellyfin::Loader::GetMovieRecommendationsParams::itemLimit ( ) const

The max number of items to return per category.

◆ itemLimitNull()

bool Jellyfin::Loader::GetMovieRecommendationsParams::itemLimitNull ( ) const

◆ parentId()

const QString & Jellyfin::Loader::GetMovieRecommendationsParams::parentId ( ) const

Specify this to localize the search to a specific item or folder. Omit to use the root.

◆ parentIdNull()

bool Jellyfin::Loader::GetMovieRecommendationsParams::parentIdNull ( ) const

◆ setCategoryLimit()

void Jellyfin::Loader::GetMovieRecommendationsParams::setCategoryLimit ( qint32 newCategoryLimit)

◆ setCategoryLimitNull()

void Jellyfin::Loader::GetMovieRecommendationsParams::setCategoryLimitNull ( )

◆ setFields()

void Jellyfin::Loader::GetMovieRecommendationsParams::setFields ( QList< ItemFields > newFields)

◆ setFieldsNull()

void Jellyfin::Loader::GetMovieRecommendationsParams::setFieldsNull ( )

◆ setItemLimit()

void Jellyfin::Loader::GetMovieRecommendationsParams::setItemLimit ( qint32 newItemLimit)

◆ setItemLimitNull()

void Jellyfin::Loader::GetMovieRecommendationsParams::setItemLimitNull ( )

◆ setParentId()

void Jellyfin::Loader::GetMovieRecommendationsParams::setParentId ( QString newParentId)

◆ setParentIdNull()

void Jellyfin::Loader::GetMovieRecommendationsParams::setParentIdNull ( )

◆ setUserId()

void Jellyfin::Loader::GetMovieRecommendationsParams::setUserId ( QString newUserId)

◆ setUserIdNull()

void Jellyfin::Loader::GetMovieRecommendationsParams::setUserIdNull ( )

◆ userId()

const QString & Jellyfin::Loader::GetMovieRecommendationsParams::userId ( ) const

Optional. Filter by user id, and attach user data.

◆ userIdNull()

bool Jellyfin::Loader::GetMovieRecommendationsParams::userIdNull ( ) const

The documentation for this class was generated from the following files: