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

#include <requesttypes.h>

Public Member Functions

const QString & description () const
 The description of the notification.
 
void setDescription (QString newDescription)
 
bool descriptionNull () const
 
void setDescriptionNull ()
 
const NotificationLevellevel () const
 The level of the notification.

 
void setLevel (NotificationLevel newLevel)
 
bool levelNull () const
 
void setLevelNull ()
 
const QString & name () const
 The name of the notification.

 
void setName (QString newName)
 
bool nameNull () const
 
void setNameNull ()
 
const QString & url () const
 The URL of the notification.
 
void setUrl (QString newUrl)
 
bool urlNull () const
 
void setUrlNull ()
 

Member Function Documentation

◆ description()

const QString & Jellyfin::Loader::CreateAdminNotificationParams::description ( ) const

The description of the notification.

◆ descriptionNull()

bool Jellyfin::Loader::CreateAdminNotificationParams::descriptionNull ( ) const

◆ level()

const NotificationLevel & Jellyfin::Loader::CreateAdminNotificationParams::level ( ) const

The level of the notification.

◆ levelNull()

bool Jellyfin::Loader::CreateAdminNotificationParams::levelNull ( ) const

◆ name()

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

The name of the notification.

◆ nameNull()

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

◆ setDescription()

void Jellyfin::Loader::CreateAdminNotificationParams::setDescription ( QString newDescription)

◆ setDescriptionNull()

void Jellyfin::Loader::CreateAdminNotificationParams::setDescriptionNull ( )

◆ setLevel()

void Jellyfin::Loader::CreateAdminNotificationParams::setLevel ( NotificationLevel newLevel)

◆ setLevelNull()

void Jellyfin::Loader::CreateAdminNotificationParams::setLevelNull ( )

◆ setName()

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

◆ setNameNull()

void Jellyfin::Loader::CreateAdminNotificationParams::setNameNull ( )

◆ setUrl()

void Jellyfin::Loader::CreateAdminNotificationParams::setUrl ( QString newUrl)

◆ setUrlNull()

void Jellyfin::Loader::CreateAdminNotificationParams::setUrlNull ( )

◆ url()

const QString & Jellyfin::Loader::CreateAdminNotificationParams::url ( ) const

The URL of the notification.

◆ urlNull()

bool Jellyfin::Loader::CreateAdminNotificationParams::urlNull ( ) const

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