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)
bool userIdNull () const
void setUserIdNull ()
const QSharedPointer< UpdateUserPassword > & body () const
 The M:Jellyfin.Api.Controllers.UserController.UpdateUserPassword(System.Nullable{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.Nullable{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)

◆ setUserIdNull()

void Jellyfin::Loader::UpdateUserPasswordParams::setUserIdNull ( )

◆ userId()

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

The user id.

◆ userIdNull()

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

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