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

#include <requesttypes.h>

Public Member Functions

const QString & name () const
 The name of the folder.
void setName (QString newName)
bool nameNull () const
void setNameNull ()
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::RemoveVirtualFolderParams::name ( ) const

The name of the folder.

◆ nameNull()

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

◆ refreshLibrary()

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

Whether to refresh the library.

◆ refreshLibraryNull()

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

◆ setName()

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

◆ setNameNull()

void Jellyfin::Loader::RemoveVirtualFolderParams::setNameNull ( )

◆ setRefreshLibrary()

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

◆ setRefreshLibraryNull()

void Jellyfin::Loader::RemoveVirtualFolderParams::setRefreshLibraryNull ( )

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