![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <updateplaylistuserdto.h>
Public Member Functions | |
| UpdatePlaylistUserDto () | |
| UpdatePlaylistUserDto (const UpdatePlaylistUserDto &other) | |
| void | replaceData (UpdatePlaylistUserDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| std::optional< bool > | canEdit () const |
| Gets or sets a value indicating whether the user can edit the playlist. | |
| void | setCanEdit (std::optional< bool > newCanEdit) |
| Gets or sets a value indicating whether the user can edit the playlist. | |
| bool | canEditNull () const |
| void | setCanEditNull () |
Static Public Member Functions | |
| static UpdatePlaylistUserDto | fromJson (QJsonObject source) |
Protected Attributes | |
| std::optional< bool > | m_canEdit = std::nullopt |
| Jellyfin::DTO::UpdatePlaylistUserDto::UpdatePlaylistUserDto | ( | ) |
| Jellyfin::DTO::UpdatePlaylistUserDto::UpdatePlaylistUserDto | ( | const UpdatePlaylistUserDto & | other | ) |
| std::optional< bool > Jellyfin::DTO::UpdatePlaylistUserDto::canEdit | ( | ) | const |
Gets or sets a value indicating whether the user can edit the playlist.
| bool Jellyfin::DTO::UpdatePlaylistUserDto::canEditNull | ( | ) | const |
|
static |
| void Jellyfin::DTO::UpdatePlaylistUserDto::replaceData | ( | UpdatePlaylistUserDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::UpdatePlaylistUserDto::setCanEdit | ( | std::optional< bool > | newCanEdit | ) |
Gets or sets a value indicating whether the user can edit the playlist.
| void Jellyfin::DTO::UpdatePlaylistUserDto::setCanEditNull | ( | ) |
| void Jellyfin::DTO::UpdatePlaylistUserDto::setFromJson | ( | QJsonObject | source | ) |
| QJsonObject Jellyfin::DTO::UpdatePlaylistUserDto::toJson | ( | ) | const |
|
protected |