![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | timerId () const |
| Timer id. | |
| void | setTimerId (QString newTimerId) |
| const QSharedPointer< TimerInfoDto > & | body () const |
| New timer info. | |
| void | setBody (QSharedPointer< TimerInfoDto > newBody) |
| const QSharedPointer< TimerInfoDto > & Jellyfin::Loader::UpdateTimerParams::body | ( | ) | const |
New timer info.
| void Jellyfin::Loader::UpdateTimerParams::setBody | ( | QSharedPointer< TimerInfoDto > | newBody | ) |
| void Jellyfin::Loader::UpdateTimerParams::setTimerId | ( | QString | newTimerId | ) |
| const QString & Jellyfin::Loader::UpdateTimerParams::timerId | ( | ) | const |
Timer id.