![]() |
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< UserDto > & | body () const |
| The updated user model. | |
| void | setBody (QSharedPointer< UserDto > newBody) |
| const QSharedPointer< UserDto > & Jellyfin::Loader::UpdateUserParams::body | ( | ) | const |
The updated user model.
| void Jellyfin::Loader::UpdateUserParams::setBody | ( | QSharedPointer< UserDto > | newBody | ) |
| void Jellyfin::Loader::UpdateUserParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::UpdateUserParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::UpdateUserParams::userId | ( | ) | const |
The user id.
| bool Jellyfin::Loader::UpdateUserParams::userIdNull | ( | ) | const |