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

#include <requesttypes.h>

Public Member Functions

const QString & displayPreferencesId () const
 Display preferences id.

 
void setDisplayPreferencesId (QString newDisplayPreferencesId)
 
const QString & client () const
 Client.

 
void setClient (QString newClient)
 
const QString & userId () const
 User Id.
 
void setUserId (QString newUserId)
 
const QSharedPointer< DisplayPreferencesDto > & body () const
 New Display Preferences object.

 
void setBody (QSharedPointer< DisplayPreferencesDto > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< DisplayPreferencesDto > & Jellyfin::Loader::UpdateDisplayPreferencesParams::body ( ) const

New Display Preferences object.

◆ client()

const QString & Jellyfin::Loader::UpdateDisplayPreferencesParams::client ( ) const

Client.

◆ displayPreferencesId()

const QString & Jellyfin::Loader::UpdateDisplayPreferencesParams::displayPreferencesId ( ) const

Display preferences id.

◆ setBody()

void Jellyfin::Loader::UpdateDisplayPreferencesParams::setBody ( QSharedPointer< DisplayPreferencesDto > newBody)

◆ setClient()

void Jellyfin::Loader::UpdateDisplayPreferencesParams::setClient ( QString newClient)

◆ setDisplayPreferencesId()

void Jellyfin::Loader::UpdateDisplayPreferencesParams::setDisplayPreferencesId ( QString newDisplayPreferencesId)

◆ setUserId()

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

◆ userId()

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

User Id.


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