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

#include <requesttypes.h>

Public Member Functions

const QString & name () const
 The name of the package.
void setName (QString newName)
const QString & assemblyGuid () const
 The GUID of the associated assembly.
void setAssemblyGuid (QString newAssemblyGuid)
bool assemblyGuidNull () const
void setAssemblyGuidNull ()

Member Function Documentation

◆ assemblyGuid()

const QString & Jellyfin::Loader::GetPackageInfoParams::assemblyGuid ( ) const

The GUID of the associated assembly.

◆ assemblyGuidNull()

bool Jellyfin::Loader::GetPackageInfoParams::assemblyGuidNull ( ) const

◆ name()

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

The name of the package.

◆ setAssemblyGuid()

void Jellyfin::Loader::GetPackageInfoParams::setAssemblyGuid ( QString newAssemblyGuid)

◆ setAssemblyGuidNull()

void Jellyfin::Loader::GetPackageInfoParams::setAssemblyGuidNull ( )

◆ setName()

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

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