#include <playlistdto.h>
◆ PlaylistDto() [1/2]
◆ PlaylistDto() [2/2]
| Jellyfin::DTO::PlaylistDto::PlaylistDto |
( |
const PlaylistDto & | other | ) |
|
◆ fromJson()
| PlaylistDto Jellyfin::DTO::PlaylistDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ itemIds()
| QStringList Jellyfin::DTO::PlaylistDto::itemIds |
( |
| ) |
const |
Gets or sets the item ids.
◆ openAccess()
| bool Jellyfin::DTO::PlaylistDto::openAccess |
( |
| ) |
const |
Gets or sets a value indicating whether the playlist is publicly readable.
◆ replaceData()
| void Jellyfin::DTO::PlaylistDto::replaceData |
( |
PlaylistDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::PlaylistDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setItemIds()
| void Jellyfin::DTO::PlaylistDto::setItemIds |
( |
QStringList | newItemIds | ) |
|
Gets or sets the item ids.
◆ setOpenAccess()
| void Jellyfin::DTO::PlaylistDto::setOpenAccess |
( |
bool | newOpenAccess | ) |
|
Gets or sets a value indicating whether the playlist is publicly readable.
◆ setShares()
Gets or sets the share permissions.
◆ shares()
Gets or sets the share permissions.
◆ toJson()
| QJsonObject Jellyfin::DTO::PlaylistDto::toJson |
( |
| ) |
const |
◆ m_itemIds
| QStringList Jellyfin::DTO::PlaylistDto::m_itemIds |
|
protected |
◆ m_openAccess
| bool Jellyfin::DTO::PlaylistDto::m_openAccess |
|
protected |
◆ m_shares
The documentation for this class was generated from the following files: