![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const bool & | isFavorite () const |
| Optional. Get counts of favorite items. | |
| void | setIsFavorite (bool newIsFavorite) |
| bool | isFavoriteNull () const |
| void | setIsFavoriteNull () |
| const QString & | userId () const |
| Optional. Get counts from a specific user's library. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const bool & Jellyfin::Loader::GetItemCountsParams::isFavorite | ( | ) | const |
Optional. Get counts of favorite items.
| bool Jellyfin::Loader::GetItemCountsParams::isFavoriteNull | ( | ) | const |
| void Jellyfin::Loader::GetItemCountsParams::setIsFavorite | ( | bool | newIsFavorite | ) |
| void Jellyfin::Loader::GetItemCountsParams::setIsFavoriteNull | ( | ) |
| void Jellyfin::Loader::GetItemCountsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetItemCountsParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetItemCountsParams::userId | ( | ) | const |
Optional. Get counts from a specific user's library.
| bool Jellyfin::Loader::GetItemCountsParams::userIdNull | ( | ) | const |