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

#include <requesttypes.h>

Public Member Functions

const QString & profileId () const
 Profile id.

 
void setProfileId (QString newProfileId)
 
const QSharedPointer< DeviceProfile > & body () const
 Device profile.

 
void setBody (QSharedPointer< DeviceProfile > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< DeviceProfile > & Jellyfin::Loader::UpdateProfileParams::body ( ) const

Device profile.

◆ profileId()

const QString & Jellyfin::Loader::UpdateProfileParams::profileId ( ) const

Profile id.

◆ setBody()

void Jellyfin::Loader::UpdateProfileParams::setBody ( QSharedPointer< DeviceProfile > newBody)

◆ setProfileId()

void Jellyfin::Loader::UpdateProfileParams::setProfileId ( QString newProfileId)

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