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

#include <requesttypes.h>

Public Member Functions

const QStringList & ids () const
 The item ids.
void setIds (QStringList newIds)
bool idsNull () const
void setIdsNull ()
const MediaTypemediaType () const
 The media type.
void setMediaType (MediaType newMediaType)
bool mediaTypeNull () const
void setMediaTypeNull ()
const QString & name () const
 The playlist name.
void setName (QString newName)
bool nameNull () const
void setNameNull ()
const QString & userId () const
 The user id.
void setUserId (QString newUserId)
bool userIdNull () const
void setUserIdNull ()
const QSharedPointer< CreatePlaylistDto > & body () const
 The create playlist payload.
void setBody (QSharedPointer< CreatePlaylistDto > newBody)

Member Function Documentation

◆ body()

const QSharedPointer< CreatePlaylistDto > & Jellyfin::Loader::CreatePlaylistParams::body ( ) const

The create playlist payload.

◆ ids()

const QStringList & Jellyfin::Loader::CreatePlaylistParams::ids ( ) const

The item ids.

◆ idsNull()

bool Jellyfin::Loader::CreatePlaylistParams::idsNull ( ) const

◆ mediaType()

const MediaType & Jellyfin::Loader::CreatePlaylistParams::mediaType ( ) const

The media type.

◆ mediaTypeNull()

bool Jellyfin::Loader::CreatePlaylistParams::mediaTypeNull ( ) const

◆ name()

const QString & Jellyfin::Loader::CreatePlaylistParams::name ( ) const

The playlist name.

◆ nameNull()

bool Jellyfin::Loader::CreatePlaylistParams::nameNull ( ) const

◆ setBody()

void Jellyfin::Loader::CreatePlaylistParams::setBody ( QSharedPointer< CreatePlaylistDto > newBody)

◆ setIds()

void Jellyfin::Loader::CreatePlaylistParams::setIds ( QStringList newIds)

◆ setIdsNull()

void Jellyfin::Loader::CreatePlaylistParams::setIdsNull ( )

◆ setMediaType()

void Jellyfin::Loader::CreatePlaylistParams::setMediaType ( MediaType newMediaType)

◆ setMediaTypeNull()

void Jellyfin::Loader::CreatePlaylistParams::setMediaTypeNull ( )

◆ setName()

void Jellyfin::Loader::CreatePlaylistParams::setName ( QString newName)

◆ setNameNull()

void Jellyfin::Loader::CreatePlaylistParams::setNameNull ( )

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::CreatePlaylistParams::setUserIdNull ( )

◆ userId()

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

The user id.

◆ userIdNull()

bool Jellyfin::Loader::CreatePlaylistParams::userIdNull ( ) const

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