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

#include <requesttypes.h>

Public Member Functions

const QString & playlistId () const
 The playlist id.
void setPlaylistId (QString newPlaylistId)
const QString & userId () const
 The user id.
void setUserId (QString newUserId)
const QSharedPointer< UpdatePlaylistUserDto > & body () const
 The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistUserDto.
void setBody (QSharedPointer< UpdatePlaylistUserDto > newBody)

Member Function Documentation

◆ body()

const QSharedPointer< UpdatePlaylistUserDto > & Jellyfin::Loader::UpdatePlaylistUserParams::body ( ) const

The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistUserDto.

◆ playlistId()

const QString & Jellyfin::Loader::UpdatePlaylistUserParams::playlistId ( ) const

The playlist id.

◆ setBody()

void Jellyfin::Loader::UpdatePlaylistUserParams::setBody ( QSharedPointer< UpdatePlaylistUserDto > newBody)

◆ setPlaylistId()

void Jellyfin::Loader::UpdatePlaylistUserParams::setPlaylistId ( QString newPlaylistId)

◆ setUserId()

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

◆ userId()

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

The user id.


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