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) |
const QSharedPointer< UserPolicy > & | body () const |
The new user policy. | |
void | setBody (QSharedPointer< UserPolicy > newBody) |
const QSharedPointer< UserPolicy > & Jellyfin::Loader::UpdateUserPolicyParams::body | ( | ) | const |
The new user policy.
void Jellyfin::Loader::UpdateUserPolicyParams::setBody | ( | QSharedPointer< UserPolicy > | newBody | ) |
void Jellyfin::Loader::UpdateUserPolicyParams::setUserId | ( | QString | newUserId | ) |
const QString & Jellyfin::Loader::UpdateUserPolicyParams::userId | ( | ) | const |
The user id.