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

#include <requesttypes.h>

Public Member Functions

const QString & itemId () const
 Item Id.
 
void setItemId (QString newItemId)
 
const bool & includeAllLanguages () const
 Optional. Include all languages.
 
void setIncludeAllLanguages (bool newIncludeAllLanguages)
 
bool includeAllLanguagesNull () const
 
void setIncludeAllLanguagesNull ()
 
const qint32 & limit () const
 Optional. The maximum number of records to return.

 
void setLimit (qint32 newLimit)
 
bool limitNull () const
 
void setLimitNull ()
 
const QString & providerName () const
 Optional. The image provider to use.
 
void setProviderName (QString newProviderName)
 
bool providerNameNull () const
 
void setProviderNameNull ()
 
const qint32 & startIndex () const
 Optional. The record index to start at. All items with a lower index will be dropped from the results.

 
void setStartIndex (qint32 newStartIndex)
 
bool startIndexNull () const
 
void setStartIndexNull ()
 
const ImageTypetype () const
 The image type.

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

Member Function Documentation

◆ includeAllLanguages()

const bool & Jellyfin::Loader::GetRemoteImagesParams::includeAllLanguages ( ) const

Optional. Include all languages.

◆ includeAllLanguagesNull()

bool Jellyfin::Loader::GetRemoteImagesParams::includeAllLanguagesNull ( ) const

◆ itemId()

const QString & Jellyfin::Loader::GetRemoteImagesParams::itemId ( ) const

Item Id.

◆ limit()

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

Optional. The maximum number of records to return.

◆ limitNull()

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

◆ providerName()

const QString & Jellyfin::Loader::GetRemoteImagesParams::providerName ( ) const

Optional. The image provider to use.

◆ providerNameNull()

bool Jellyfin::Loader::GetRemoteImagesParams::providerNameNull ( ) const

◆ setIncludeAllLanguages()

void Jellyfin::Loader::GetRemoteImagesParams::setIncludeAllLanguages ( bool newIncludeAllLanguages)

◆ setIncludeAllLanguagesNull()

void Jellyfin::Loader::GetRemoteImagesParams::setIncludeAllLanguagesNull ( )

◆ setItemId()

void Jellyfin::Loader::GetRemoteImagesParams::setItemId ( QString newItemId)

◆ setLimit()

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

◆ setLimitNull()

void Jellyfin::Loader::GetRemoteImagesParams::setLimitNull ( )

◆ setProviderName()

void Jellyfin::Loader::GetRemoteImagesParams::setProviderName ( QString newProviderName)

◆ setProviderNameNull()

void Jellyfin::Loader::GetRemoteImagesParams::setProviderNameNull ( )

◆ setStartIndex()

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

◆ setStartIndexNull()

void Jellyfin::Loader::GetRemoteImagesParams::setStartIndexNull ( )

◆ setType()

void Jellyfin::Loader::GetRemoteImagesParams::setType ( ImageType newType)

◆ setTypeNull()

void Jellyfin::Loader::GetRemoteImagesParams::setTypeNull ( )

◆ startIndex()

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

Optional. The record index to start at. All items with a lower index will be dropped from the results.

◆ startIndexNull()

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

◆ type()

const ImageType & Jellyfin::Loader::GetRemoteImagesParams::type ( ) const

The image type.

◆ typeNull()

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

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