![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | playlistId () const |
| The playlist id. | |
| void | setPlaylistId (QString newPlaylistId) |
| const QString & | userId () const |
| The user id. | |
| void | setUserId (QString newUserId) |
| const QSharedPointer< UpdatePlaylistUserDto > & | body () const |
| The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistUserDto. | |
| void | setBody (QSharedPointer< UpdatePlaylistUserDto > newBody) |
| const QSharedPointer< UpdatePlaylistUserDto > & Jellyfin::Loader::UpdatePlaylistUserParams::body | ( | ) | const |
The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistUserDto.
| const QString & Jellyfin::Loader::UpdatePlaylistUserParams::playlistId | ( | ) | const |
The playlist id.
| void Jellyfin::Loader::UpdatePlaylistUserParams::setBody | ( | QSharedPointer< UpdatePlaylistUserDto > | newBody | ) |
| void Jellyfin::Loader::UpdatePlaylistUserParams::setPlaylistId | ( | QString | newPlaylistId | ) |
| void Jellyfin::Loader::UpdatePlaylistUserParams::setUserId | ( | QString | newUserId | ) |
| const QString & Jellyfin::Loader::UpdatePlaylistUserParams::userId | ( | ) | const |
The user id.