![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QStringList & | ids () const |
| The item ids. | |
| void | setIds (QStringList newIds) |
| bool | idsNull () const |
| void | setIdsNull () |
| const MediaType & | mediaType () 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) |
| const QSharedPointer< CreatePlaylistDto > & Jellyfin::Loader::CreatePlaylistParams::body | ( | ) | const |
The create playlist payload.
| const QStringList & Jellyfin::Loader::CreatePlaylistParams::ids | ( | ) | const |
The item ids.
| bool Jellyfin::Loader::CreatePlaylistParams::idsNull | ( | ) | const |
| const MediaType & Jellyfin::Loader::CreatePlaylistParams::mediaType | ( | ) | const |
The media type.
| bool Jellyfin::Loader::CreatePlaylistParams::mediaTypeNull | ( | ) | const |
| const QString & Jellyfin::Loader::CreatePlaylistParams::name | ( | ) | const |
The playlist name.
| bool Jellyfin::Loader::CreatePlaylistParams::nameNull | ( | ) | const |
| void Jellyfin::Loader::CreatePlaylistParams::setBody | ( | QSharedPointer< CreatePlaylistDto > | newBody | ) |
| void Jellyfin::Loader::CreatePlaylistParams::setIds | ( | QStringList | newIds | ) |
| void Jellyfin::Loader::CreatePlaylistParams::setIdsNull | ( | ) |
| void Jellyfin::Loader::CreatePlaylistParams::setMediaType | ( | MediaType | newMediaType | ) |
| void Jellyfin::Loader::CreatePlaylistParams::setMediaTypeNull | ( | ) |
| void Jellyfin::Loader::CreatePlaylistParams::setName | ( | QString | newName | ) |
| void Jellyfin::Loader::CreatePlaylistParams::setNameNull | ( | ) |
| void Jellyfin::Loader::CreatePlaylistParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::CreatePlaylistParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::CreatePlaylistParams::userId | ( | ) | const |
The user id.
| bool Jellyfin::Loader::CreatePlaylistParams::userIdNull | ( | ) | const |