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

#include <requesttypes.h>

Public Member Functions

const QString & userId () const
 The user id.
 
void setUserId (QString newUserId)
 
const QSharedPointer< UserDto > & body () const
 The updated user model.

 
void setBody (QSharedPointer< UserDto > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< UserDto > & Jellyfin::Loader::UpdateUserParams::body ( ) const

The updated user model.

◆ setBody()

void Jellyfin::Loader::UpdateUserParams::setBody ( QSharedPointer< UserDto > newBody)

◆ setUserId()

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

◆ userId()

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

The user id.


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