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

#include <requesttypes.h>

Public Member Functions

const QString & userId () const
 The user id.
 
void setUserId (QString newUserId)
 
const QSharedPointer< UpdateUserEasyPassword > & body () const
 The M:Jellyfin.Api.Controllers.UserController.UpdateUserEasyPassword(System.Guid,Jellyfin.Api.Models.UserDtos.UpdateUserEasyPassword) request.

 
void setBody (QSharedPointer< UpdateUserEasyPassword > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< UpdateUserEasyPassword > & Jellyfin::Loader::UpdateUserEasyPasswordParams::body ( ) const

The M:Jellyfin.Api.Controllers.UserController.UpdateUserEasyPassword(System.Guid,Jellyfin.Api.Models.UserDtos.UpdateUserEasyPassword) request.

◆ setBody()

void Jellyfin::Loader::UpdateUserEasyPasswordParams::setBody ( QSharedPointer< UpdateUserEasyPassword > newBody)

◆ setUserId()

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

◆ userId()

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

The user id.


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