![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | sessionId () const |
| The session id. | |
| void | setSessionId (QString newSessionId) |
| const QSharedPointer< GeneralCommand > & | body () const |
| The MediaBrowser.Model.Session.GeneralCommand. | |
| void | setBody (QSharedPointer< GeneralCommand > newBody) |
| const QSharedPointer< GeneralCommand > & Jellyfin::Loader::SendFullGeneralCommandParams::body | ( | ) | const |
The MediaBrowser.Model.Session.GeneralCommand.
| const QString & Jellyfin::Loader::SendFullGeneralCommandParams::sessionId | ( | ) | const |
The session id.
| void Jellyfin::Loader::SendFullGeneralCommandParams::setBody | ( | QSharedPointer< GeneralCommand > | newBody | ) |
| void Jellyfin::Loader::SendFullGeneralCommandParams::setSessionId | ( | QString | newSessionId | ) |