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

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 QList< MediaType > & 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 ( QList< MediaType > 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 ( QList< BaseItemKind > newType)

◆ setTypeNull()

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

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::GetSuggestionsParams::setUserIdNull ( )

◆ startIndex()

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

Optional. The start index.

◆ startIndexNull()

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

◆ type()

const QList< BaseItemKind > & 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.

◆ userIdNull()

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

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