![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#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) |
| 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.
| void Jellyfin::Loader::UpdateUserPasswordParams::setBody | ( | QSharedPointer< UpdateUserPassword > | newBody | ) |
| void Jellyfin::Loader::UpdateUserPasswordParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::UpdateUserPasswordParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::UpdateUserPasswordParams::userId | ( | ) | const |
The user id.
| bool Jellyfin::Loader::UpdateUserPasswordParams::userIdNull | ( | ) | const |