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

#include <requesttypes.h>

Public Member Functions

const QStringList & ids () const
 Item Ids to add to the collection.

 
void setIds (QStringList newIds)
 
bool idsNull () const
 
void setIdsNull ()
 
const bool & isLocked () const
 Whether or not to lock the new collection.

 
void setIsLocked (bool newIsLocked)
 
bool isLockedNull () const
 
void setIsLockedNull ()
 
const QString & name () const
 The name of the collection.

 
void setName (QString newName)
 
bool nameNull () const
 
void setNameNull ()
 
const QString & parentId () const
 Optional. Create the collection within a specific folder.

 
void setParentId (QString newParentId)
 
bool parentIdNull () const
 
void setParentIdNull ()
 

Member Function Documentation

◆ ids()

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

Item Ids to add to the collection.

◆ idsNull()

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

◆ isLocked()

const bool & Jellyfin::Loader::CreateCollectionParams::isLocked ( ) const

Whether or not to lock the new collection.

◆ isLockedNull()

bool Jellyfin::Loader::CreateCollectionParams::isLockedNull ( ) const

◆ name()

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

The name of the collection.

◆ nameNull()

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

◆ parentId()

const QString & Jellyfin::Loader::CreateCollectionParams::parentId ( ) const

Optional. Create the collection within a specific folder.

◆ parentIdNull()

bool Jellyfin::Loader::CreateCollectionParams::parentIdNull ( ) const

◆ setIds()

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

◆ setIdsNull()

void Jellyfin::Loader::CreateCollectionParams::setIdsNull ( )

◆ setIsLocked()

void Jellyfin::Loader::CreateCollectionParams::setIsLocked ( bool newIsLocked)

◆ setIsLockedNull()

void Jellyfin::Loader::CreateCollectionParams::setIsLockedNull ( )

◆ setName()

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

◆ setNameNull()

void Jellyfin::Loader::CreateCollectionParams::setNameNull ( )

◆ setParentId()

void Jellyfin::Loader::CreateCollectionParams::setParentId ( QString newParentId)

◆ setParentIdNull()

void Jellyfin::Loader::CreateCollectionParams::setParentIdNull ( )

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