Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::UpdateUserPolicyParams Class Reference

#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)
 

Member Function Documentation

◆ body()

const QSharedPointer< UserPolicy > & Jellyfin::Loader::UpdateUserPolicyParams::body ( ) const

The new user policy.

◆ setBody()

void Jellyfin::Loader::UpdateUserPolicyParams::setBody ( QSharedPointer< UserPolicy > newBody)

◆ setUserId()

void Jellyfin::Loader::UpdateUserPolicyParams::setUserId ( QString newUserId)

◆ userId()

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

The user id.


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