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

#include <requesttypes.h>

Public Member Functions

const QString & collectionType () const
 The type of the collection.

 
void setCollectionType (QString newCollectionType)
 
bool collectionTypeNull () const
 
void setCollectionTypeNull ()
 
const QString & name () const
 The name of the virtual folder.

 
void setName (QString newName)
 
bool nameNull () const
 
void setNameNull ()
 
const QStringList & paths () const
 The paths of the virtual folder.
 
void setPaths (QStringList newPaths)
 
bool pathsNull () const
 
void setPathsNull ()
 
const bool & refreshLibrary () const
 Whether to refresh the library.

 
void setRefreshLibrary (bool newRefreshLibrary)
 
bool refreshLibraryNull () const
 
void setRefreshLibraryNull ()
 
const QSharedPointer< AddVirtualFolderDto > & body () const
 The library options.
 
void setBody (QSharedPointer< AddVirtualFolderDto > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< AddVirtualFolderDto > & Jellyfin::Loader::AddVirtualFolderParams::body ( ) const

The library options.

◆ collectionType()

const QString & Jellyfin::Loader::AddVirtualFolderParams::collectionType ( ) const

The type of the collection.

◆ collectionTypeNull()

bool Jellyfin::Loader::AddVirtualFolderParams::collectionTypeNull ( ) const

◆ name()

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

The name of the virtual folder.

◆ nameNull()

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

◆ paths()

const QStringList & Jellyfin::Loader::AddVirtualFolderParams::paths ( ) const

The paths of the virtual folder.

◆ pathsNull()

bool Jellyfin::Loader::AddVirtualFolderParams::pathsNull ( ) const

◆ refreshLibrary()

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

Whether to refresh the library.

◆ refreshLibraryNull()

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

◆ setBody()

void Jellyfin::Loader::AddVirtualFolderParams::setBody ( QSharedPointer< AddVirtualFolderDto > newBody)

◆ setCollectionType()

void Jellyfin::Loader::AddVirtualFolderParams::setCollectionType ( QString newCollectionType)

◆ setCollectionTypeNull()

void Jellyfin::Loader::AddVirtualFolderParams::setCollectionTypeNull ( )

◆ setName()

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

◆ setNameNull()

void Jellyfin::Loader::AddVirtualFolderParams::setNameNull ( )

◆ setPaths()

void Jellyfin::Loader::AddVirtualFolderParams::setPaths ( QStringList newPaths)

◆ setPathsNull()

void Jellyfin::Loader::AddVirtualFolderParams::setPathsNull ( )

◆ setRefreshLibrary()

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

◆ setRefreshLibraryNull()

void Jellyfin::Loader::AddVirtualFolderParams::setRefreshLibraryNull ( )

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