Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::UpdateMediaPathParams 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 QSharedPointer< MediaPathInfo > & body () const
 The path info.

 
void setBody (QSharedPointer< MediaPathInfo > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< MediaPathInfo > & Jellyfin::Loader::UpdateMediaPathParams::body ( ) const

The path info.

◆ name()

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

The name of the library.

◆ nameNull()

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

◆ setBody()

void Jellyfin::Loader::UpdateMediaPathParams::setBody ( QSharedPointer< MediaPathInfo > newBody)

◆ setName()

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

◆ setNameNull()

void Jellyfin::Loader::UpdateMediaPathParams::setNameNull ( )

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