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