Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::RemoveFromPlaylistParams 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::RemoveFromPlaylistParams::entryIds ( ) const

The item ids, comma delimited.

◆ entryIdsNull()

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

◆ playlistId()

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

The playlist id.

◆ setEntryIds()

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

◆ setEntryIdsNull()

void Jellyfin::Loader::RemoveFromPlaylistParams::setEntryIdsNull ( )

◆ setPlaylistId()

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

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