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

#include <requesttypes.h>

Public Member Functions

const QString & userId () const
 The user id.
 
void setUserId (QString newUserId)
 
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 QStringList & mediaType () const
 The media types.
 
void setMediaType (QStringList newMediaType)
 
bool mediaTypeNull () const
 
void setMediaTypeNull ()
 
const qint32 & startIndex () const
 Optional. The start index.

 
void setStartIndex (qint32 newStartIndex)
 
bool startIndexNull () const
 
void setStartIndexNull ()
 
const QStringList & type () const
 The type.

 
void setType (QStringList newType)
 
bool typeNull () const
 
void setTypeNull ()
 

Member Function Documentation

◆ enableTotalRecordCount()

const bool & Jellyfin::Loader::GetSuggestionsParams::enableTotalRecordCount ( ) const

Whether to enable the total record count.

◆ enableTotalRecordCountNull()

bool Jellyfin::Loader::GetSuggestionsParams::enableTotalRecordCountNull ( ) const

◆ limit()

const qint32 & Jellyfin::Loader::GetSuggestionsParams::limit ( ) const

Optional. The limit.

◆ limitNull()

bool Jellyfin::Loader::GetSuggestionsParams::limitNull ( ) const

◆ mediaType()

const QStringList & Jellyfin::Loader::GetSuggestionsParams::mediaType ( ) const

The media types.

◆ mediaTypeNull()

bool Jellyfin::Loader::GetSuggestionsParams::mediaTypeNull ( ) const

◆ setEnableTotalRecordCount()

void Jellyfin::Loader::GetSuggestionsParams::setEnableTotalRecordCount ( bool newEnableTotalRecordCount)

◆ setEnableTotalRecordCountNull()

void Jellyfin::Loader::GetSuggestionsParams::setEnableTotalRecordCountNull ( )

◆ setLimit()

void Jellyfin::Loader::GetSuggestionsParams::setLimit ( qint32 newLimit)

◆ setLimitNull()

void Jellyfin::Loader::GetSuggestionsParams::setLimitNull ( )

◆ setMediaType()

void Jellyfin::Loader::GetSuggestionsParams::setMediaType ( QStringList newMediaType)

◆ setMediaTypeNull()

void Jellyfin::Loader::GetSuggestionsParams::setMediaTypeNull ( )

◆ setStartIndex()

void Jellyfin::Loader::GetSuggestionsParams::setStartIndex ( qint32 newStartIndex)

◆ setStartIndexNull()

void Jellyfin::Loader::GetSuggestionsParams::setStartIndexNull ( )

◆ setType()

void Jellyfin::Loader::GetSuggestionsParams::setType ( QStringList newType)

◆ setTypeNull()

void Jellyfin::Loader::GetSuggestionsParams::setTypeNull ( )

◆ setUserId()

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

◆ startIndex()

const qint32 & Jellyfin::Loader::GetSuggestionsParams::startIndex ( ) const

Optional. The start index.

◆ startIndexNull()

bool Jellyfin::Loader::GetSuggestionsParams::startIndexNull ( ) const

◆ type()

const QStringList & Jellyfin::Loader::GetSuggestionsParams::type ( ) const

The type.

◆ typeNull()

bool Jellyfin::Loader::GetSuggestionsParams::typeNull ( ) const

◆ userId()

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

The user id.


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