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

#include <requesttypes.h>

Public Member Functions

const QString & userId () const
 The user id.
void setUserId (QString newUserId)
bool userIdNull () const
void setUserIdNull ()
const QSharedPointer< UserConfiguration > & body () const
 The new user configuration.
void setBody (QSharedPointer< UserConfiguration > newBody)

Member Function Documentation

◆ body()

const QSharedPointer< UserConfiguration > & Jellyfin::Loader::UpdateUserConfigurationParams::body ( ) const

The new user configuration.

◆ setBody()

void Jellyfin::Loader::UpdateUserConfigurationParams::setBody ( QSharedPointer< UserConfiguration > newBody)

◆ setUserId()

void Jellyfin::Loader::UpdateUserConfigurationParams::setUserId ( QString newUserId)

◆ setUserIdNull()

void Jellyfin::Loader::UpdateUserConfigurationParams::setUserIdNull ( )

◆ userId()

const QString & Jellyfin::Loader::UpdateUserConfigurationParams::userId ( ) const

The user id.

◆ userIdNull()

bool Jellyfin::Loader::UpdateUserConfigurationParams::userIdNull ( ) const

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