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

#include <requesttypes.h>

Public Member Functions

const QString & itemId () const
 Item id.
 
void setItemId (QString newItemId)
 
const bool & replaceAllImages () const
 Optional. Whether or not to replace all images. Default: True.

 
void setReplaceAllImages (bool newReplaceAllImages)
 
bool replaceAllImagesNull () const
 
void setReplaceAllImagesNull ()
 
const QSharedPointer< RemoteSearchResult > & body () const
 The remote search result.

 
void setBody (QSharedPointer< RemoteSearchResult > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< RemoteSearchResult > & Jellyfin::Loader::ApplySearchCriteriaParams::body ( ) const

The remote search result.

◆ itemId()

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

Item id.

◆ replaceAllImages()

const bool & Jellyfin::Loader::ApplySearchCriteriaParams::replaceAllImages ( ) const

Optional. Whether or not to replace all images. Default: True.

◆ replaceAllImagesNull()

bool Jellyfin::Loader::ApplySearchCriteriaParams::replaceAllImagesNull ( ) const

◆ setBody()

void Jellyfin::Loader::ApplySearchCriteriaParams::setBody ( QSharedPointer< RemoteSearchResult > newBody)

◆ setItemId()

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

◆ setReplaceAllImages()

void Jellyfin::Loader::ApplySearchCriteriaParams::setReplaceAllImages ( bool newReplaceAllImages)

◆ setReplaceAllImagesNull()

void Jellyfin::Loader::ApplySearchCriteriaParams::setReplaceAllImagesNull ( )

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