![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | displayPreferencesId () const |
| Display preferences id. | |
| void | setDisplayPreferencesId (QString newDisplayPreferencesId) |
| const QString & | client () const |
| Client. | |
| void | setClient (QString newClient) |
| const QString & | userId () const |
| User id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QString & Jellyfin::Loader::GetDisplayPreferencesParams::client | ( | ) | const |
Client.
| const QString & Jellyfin::Loader::GetDisplayPreferencesParams::displayPreferencesId | ( | ) | const |
Display preferences id.
| void Jellyfin::Loader::GetDisplayPreferencesParams::setClient | ( | QString | newClient | ) |
| void Jellyfin::Loader::GetDisplayPreferencesParams::setDisplayPreferencesId | ( | QString | newDisplayPreferencesId | ) |
| void Jellyfin::Loader::GetDisplayPreferencesParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetDisplayPreferencesParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetDisplayPreferencesParams::userId | ( | ) | const |
User id.
| bool Jellyfin::Loader::GetDisplayPreferencesParams::userIdNull | ( | ) | const |