![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| The item id. | |
| void | setItemId (QString newItemId) |
| const QString & | contentType () const |
| The content type of the item. | |
| void | setContentType (QString newContentType) |
| bool | contentTypeNull () const |
| void | setContentTypeNull () |
| const QString & Jellyfin::Loader::UpdateItemContentTypeParams::contentType | ( | ) | const |
The content type of the item.
| bool Jellyfin::Loader::UpdateItemContentTypeParams::contentTypeNull | ( | ) | const |
| const QString & Jellyfin::Loader::UpdateItemContentTypeParams::itemId | ( | ) | const |
The item id.
| void Jellyfin::Loader::UpdateItemContentTypeParams::setContentType | ( | QString | newContentType | ) |
| void Jellyfin::Loader::UpdateItemContentTypeParams::setContentTypeNull | ( | ) |
| void Jellyfin::Loader::UpdateItemContentTypeParams::setItemId | ( | QString | newItemId | ) |