![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const qint32 & | year () const |
| The year. | |
| void | setYear (qint32 newYear) |
| const QString & | userId () const |
| Optional. Filter by user id, and attach user data. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| void Jellyfin::Loader::GetYearParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetYearParams::setUserIdNull | ( | ) |
| void Jellyfin::Loader::GetYearParams::setYear | ( | qint32 | newYear | ) |
| const QString & Jellyfin::Loader::GetYearParams::userId | ( | ) | const |
Optional. Filter by user id, and attach user data.
| bool Jellyfin::Loader::GetYearParams::userIdNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetYearParams::year | ( | ) | const |
The year.