#include <requesttypes.h>
|
| const QString & | itemId () const |
| | The item the lyric belongs to.
|
| void | setItemId (QString newItemId) |
| const QString & | fileName () const |
| | Name of the file being uploaded.
|
| void | setFileName (QString newFileName) |
| const QByteArray & | body () const |
| void | setBody (QByteArray newBody) |
◆ body()
| const QByteArray & Jellyfin::Loader::UploadLyricsParams::body |
( |
| ) |
const |
◆ fileName()
| const QString & Jellyfin::Loader::UploadLyricsParams::fileName |
( |
| ) |
const |
Name of the file being uploaded.
◆ itemId()
| const QString & Jellyfin::Loader::UploadLyricsParams::itemId |
( |
| ) |
const |
The item the lyric belongs to.
◆ setBody()
| void Jellyfin::Loader::UploadLyricsParams::setBody |
( |
QByteArray | newBody | ) |
|
◆ setFileName()
| void Jellyfin::Loader::UploadLyricsParams::setFileName |
( |
QString | newFileName | ) |
|
◆ setItemId()
| void Jellyfin::Loader::UploadLyricsParams::setItemId |
( |
QString | newItemId | ) |
|
The documentation for this class was generated from the following files: