#include <updateplaylistuserdto.h>
|
| std::optional< bool > | m_canEdit = std::nullopt |
◆ UpdatePlaylistUserDto() [1/2]
| Jellyfin::DTO::UpdatePlaylistUserDto::UpdatePlaylistUserDto |
( |
| ) |
|
◆ UpdatePlaylistUserDto() [2/2]
| Jellyfin::DTO::UpdatePlaylistUserDto::UpdatePlaylistUserDto |
( |
const UpdatePlaylistUserDto & | other | ) |
|
◆ canEdit()
| std::optional< bool > Jellyfin::DTO::UpdatePlaylistUserDto::canEdit |
( |
| ) |
const |
Gets or sets a value indicating whether the user can edit the playlist.
◆ canEditNull()
| bool Jellyfin::DTO::UpdatePlaylistUserDto::canEditNull |
( |
| ) |
const |
◆ fromJson()
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setCanEdit()
| void Jellyfin::DTO::UpdatePlaylistUserDto::setCanEdit |
( |
std::optional< bool > | newCanEdit | ) |
|
Gets or sets a value indicating whether the user can edit the playlist.
◆ setCanEditNull()
| void Jellyfin::DTO::UpdatePlaylistUserDto::setCanEditNull |
( |
| ) |
|
◆ setFromJson()
| void Jellyfin::DTO::UpdatePlaylistUserDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::UpdatePlaylistUserDto::toJson |
( |
| ) |
const |
◆ m_canEdit
| std::optional<bool> Jellyfin::DTO::UpdatePlaylistUserDto::m_canEdit = std::nullopt |
|
protected |
The documentation for this class was generated from the following files: