![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#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 () |
| const QStringList & Jellyfin::Loader::CreateCollectionParams::ids | ( | ) | const |
Item Ids to add to the collection.
| bool Jellyfin::Loader::CreateCollectionParams::idsNull | ( | ) | const |
| const bool & Jellyfin::Loader::CreateCollectionParams::isLocked | ( | ) | const |
Whether or not to lock the new collection.
| bool Jellyfin::Loader::CreateCollectionParams::isLockedNull | ( | ) | const |
| const QString & Jellyfin::Loader::CreateCollectionParams::name | ( | ) | const |
The name of the collection.
| bool Jellyfin::Loader::CreateCollectionParams::nameNull | ( | ) | const |
| const QString & Jellyfin::Loader::CreateCollectionParams::parentId | ( | ) | const |
Optional. Create the collection within a specific folder.
| bool Jellyfin::Loader::CreateCollectionParams::parentIdNull | ( | ) | const |
| void Jellyfin::Loader::CreateCollectionParams::setIds | ( | QStringList | newIds | ) |
| void Jellyfin::Loader::CreateCollectionParams::setIdsNull | ( | ) |
| void Jellyfin::Loader::CreateCollectionParams::setIsLocked | ( | bool | newIsLocked | ) |
| void Jellyfin::Loader::CreateCollectionParams::setIsLockedNull | ( | ) |
| void Jellyfin::Loader::CreateCollectionParams::setName | ( | QString | newName | ) |
| void Jellyfin::Loader::CreateCollectionParams::setNameNull | ( | ) |
| void Jellyfin::Loader::CreateCollectionParams::setParentId | ( | QString | newParentId | ) |
| void Jellyfin::Loader::CreateCollectionParams::setParentIdNull | ( | ) |