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

#include <requesttypes.h>

Public Member Functions

const QString & playlistId () const
 The playlist id.
void setPlaylistId (QString newPlaylistId)
const QStringList & entryIds () const
 The item ids, comma delimited.
void setEntryIds (QStringList newEntryIds)
bool entryIdsNull () const
void setEntryIdsNull ()

Member Function Documentation

◆ entryIds()

const QStringList & Jellyfin::Loader::RemoveItemFromPlaylistParams::entryIds ( ) const

The item ids, comma delimited.

◆ entryIdsNull()

bool Jellyfin::Loader::RemoveItemFromPlaylistParams::entryIdsNull ( ) const

◆ playlistId()

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

The playlist id.

◆ setEntryIds()

void Jellyfin::Loader::RemoveItemFromPlaylistParams::setEntryIds ( QStringList newEntryIds)

◆ setEntryIdsNull()

void Jellyfin::Loader::RemoveItemFromPlaylistParams::setEntryIdsNull ( )

◆ setPlaylistId()

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

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