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

#include <requesttypes.h>

Public Member Functions

const QString & name () const
 The name of the library.
 
void setName (QString newName)
 
bool nameNull () const
 
void setNameNull ()
 
const QString & path () const
 The path to remove.

 
void setPath (QString newPath)
 
bool pathNull () const
 
void setPathNull ()
 
const bool & refreshLibrary () const
 Whether to refresh the library.

 
void setRefreshLibrary (bool newRefreshLibrary)
 
bool refreshLibraryNull () const
 
void setRefreshLibraryNull ()
 

Member Function Documentation

◆ name()

const QString & Jellyfin::Loader::RemoveMediaPathParams::name ( ) const

The name of the library.

◆ nameNull()

bool Jellyfin::Loader::RemoveMediaPathParams::nameNull ( ) const

◆ path()

const QString & Jellyfin::Loader::RemoveMediaPathParams::path ( ) const

The path to remove.

◆ pathNull()

bool Jellyfin::Loader::RemoveMediaPathParams::pathNull ( ) const

◆ refreshLibrary()

const bool & Jellyfin::Loader::RemoveMediaPathParams::refreshLibrary ( ) const

Whether to refresh the library.

◆ refreshLibraryNull()

bool Jellyfin::Loader::RemoveMediaPathParams::refreshLibraryNull ( ) const

◆ setName()

void Jellyfin::Loader::RemoveMediaPathParams::setName ( QString newName)

◆ setNameNull()

void Jellyfin::Loader::RemoveMediaPathParams::setNameNull ( )

◆ setPath()

void Jellyfin::Loader::RemoveMediaPathParams::setPath ( QString newPath)

◆ setPathNull()

void Jellyfin::Loader::RemoveMediaPathParams::setPathNull ( )

◆ setRefreshLibrary()

void Jellyfin::Loader::RemoveMediaPathParams::setRefreshLibrary ( bool newRefreshLibrary)

◆ setRefreshLibraryNull()

void Jellyfin::Loader::RemoveMediaPathParams::setRefreshLibraryNull ( )

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