#include <playlistuserpermissions.h>
◆ PlaylistUserPermissions() [1/2]
| Jellyfin::DTO::PlaylistUserPermissions::PlaylistUserPermissions |
( |
QString | userId, |
|
|
bool | canEdit ) |
◆ PlaylistUserPermissions() [2/2]
| Jellyfin::DTO::PlaylistUserPermissions::PlaylistUserPermissions |
( |
const PlaylistUserPermissions & | other | ) |
|
◆ canEdit()
| bool Jellyfin::DTO::PlaylistUserPermissions::canEdit |
( |
| ) |
const |
Gets or sets a value indicating whether the user has edit permissions.
◆ fromJson()
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setCanEdit()
| void Jellyfin::DTO::PlaylistUserPermissions::setCanEdit |
( |
bool | newCanEdit | ) |
|
Gets or sets a value indicating whether the user has edit permissions.
◆ setFromJson()
| void Jellyfin::DTO::PlaylistUserPermissions::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setUserId()
| void Jellyfin::DTO::PlaylistUserPermissions::setUserId |
( |
QString | newUserId | ) |
|
Gets or sets the user id.
◆ toJson()
| QJsonObject Jellyfin::DTO::PlaylistUserPermissions::toJson |
( |
| ) |
const |
◆ userId()
| QString Jellyfin::DTO::PlaylistUserPermissions::userId |
( |
| ) |
const |
Gets or sets the user id.
◆ m_canEdit
| bool Jellyfin::DTO::PlaylistUserPermissions::m_canEdit |
|
protected |
◆ m_userId
| QString Jellyfin::DTO::PlaylistUserPermissions::m_userId |
|
protected |
The documentation for this class was generated from the following files: