#include <createplaylistdto.h>
◆ CreatePlaylistDto() [1/2]
◆ CreatePlaylistDto() [2/2]
| Jellyfin::DTO::CreatePlaylistDto::CreatePlaylistDto |
( |
const CreatePlaylistDto & | other | ) |
|
◆ fromJson()
◆ ids()
| QStringList Jellyfin::DTO::CreatePlaylistDto::ids |
( |
| ) |
const |
Gets or sets item ids to add to the playlist.
◆ isPublic()
| bool Jellyfin::DTO::CreatePlaylistDto::isPublic |
( |
| ) |
const |
Gets or sets a value indicating whether the playlist is public.
◆ mediaType()
| MediaType Jellyfin::DTO::CreatePlaylistDto::mediaType |
( |
| ) |
const |
◆ name()
| QString Jellyfin::DTO::CreatePlaylistDto::name |
( |
| ) |
const |
Gets or sets the name of the new playlist.
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::CreatePlaylistDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIds()
| void Jellyfin::DTO::CreatePlaylistDto::setIds |
( |
QStringList | newIds | ) |
|
Gets or sets item ids to add to the playlist.
◆ setIsPublic()
| void Jellyfin::DTO::CreatePlaylistDto::setIsPublic |
( |
bool | newIsPublic | ) |
|
Gets or sets a value indicating whether the playlist is public.
◆ setMediaType()
| void Jellyfin::DTO::CreatePlaylistDto::setMediaType |
( |
MediaType | newMediaType | ) |
|
◆ setName()
| void Jellyfin::DTO::CreatePlaylistDto::setName |
( |
QString | newName | ) |
|
Gets or sets the name of the new playlist.
◆ setUserId()
| void Jellyfin::DTO::CreatePlaylistDto::setUserId |
( |
QString | newUserId | ) |
|
Gets or sets the user id.
◆ setUserIdNull()
| void Jellyfin::DTO::CreatePlaylistDto::setUserIdNull |
( |
| ) |
|
◆ setUsers()
Gets or sets the playlist users.
◆ toJson()
| QJsonObject Jellyfin::DTO::CreatePlaylistDto::toJson |
( |
| ) |
const |
◆ userId()
| QString Jellyfin::DTO::CreatePlaylistDto::userId |
( |
| ) |
const |
Gets or sets the user id.
◆ userIdNull()
| bool Jellyfin::DTO::CreatePlaylistDto::userIdNull |
( |
| ) |
const |
◆ users()
Gets or sets the playlist users.
◆ m_ids
| QStringList Jellyfin::DTO::CreatePlaylistDto::m_ids |
|
protected |
◆ m_isPublic
| bool Jellyfin::DTO::CreatePlaylistDto::m_isPublic |
|
protected |
◆ m_mediaType
| MediaType Jellyfin::DTO::CreatePlaylistDto::m_mediaType |
|
protected |
◆ m_name
| QString Jellyfin::DTO::CreatePlaylistDto::m_name |
|
protected |
◆ m_userId
| QString Jellyfin::DTO::CreatePlaylistDto::m_userId |
|
protected |
◆ m_users
The documentation for this class was generated from the following files: