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

#include <requesttypes.h>

Public Member Functions

const QString & itemId () const
 The item id.
 
void setItemId (QString newItemId)
 
const qint32 & newIndex () const
 The new index.

 
void setNewIndex (qint32 newNewIndex)
 
const QString & playlistId () const
 The playlist id.
 
void setPlaylistId (QString newPlaylistId)
 

Member Function Documentation

◆ itemId()

const QString & Jellyfin::Loader::MoveItemParams::itemId ( ) const

The item id.

◆ newIndex()

const qint32 & Jellyfin::Loader::MoveItemParams::newIndex ( ) const

The new index.

◆ playlistId()

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

The playlist id.

◆ setItemId()

void Jellyfin::Loader::MoveItemParams::setItemId ( QString newItemId)

◆ setNewIndex()

void Jellyfin::Loader::MoveItemParams::setNewIndex ( qint32 newNewIndex)

◆ setPlaylistId()

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

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