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

#include <requesttypes.h>

Public Member Functions

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

 
void setBody (QSharedPointer< UpdateUserPassword > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< UpdateUserPassword > & Jellyfin::Loader::UpdateUserPasswordParams::body ( ) const

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

◆ setBody()

void Jellyfin::Loader::UpdateUserPasswordParams::setBody ( QSharedPointer< UpdateUserPassword > newBody)

◆ setUserId()

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

◆ userId()

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

The user id.


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