#include <requesttypes.h>
◆ 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: