#include <updateplaylistdto.h>
◆ UpdatePlaylistDto() [1/2]
| Jellyfin::DTO::UpdatePlaylistDto::UpdatePlaylistDto |
( |
| ) |
|
◆ UpdatePlaylistDto() [2/2]
| Jellyfin::DTO::UpdatePlaylistDto::UpdatePlaylistDto |
( |
const UpdatePlaylistDto & | other | ) |
|
◆ fromJson()
◆ ids()
| QStringList Jellyfin::DTO::UpdatePlaylistDto::ids |
( |
| ) |
const |
Gets or sets item ids of the playlist.
◆ idsNull()
| bool Jellyfin::DTO::UpdatePlaylistDto::idsNull |
( |
| ) |
const |
◆ isPublic()
| std::optional< bool > Jellyfin::DTO::UpdatePlaylistDto::isPublic |
( |
| ) |
const |
Gets or sets a value indicating whether the playlist is public.
◆ isPublicNull()
| bool Jellyfin::DTO::UpdatePlaylistDto::isPublicNull |
( |
| ) |
const |
◆ name()
| QString Jellyfin::DTO::UpdatePlaylistDto::name |
( |
| ) |
const |
Gets or sets the name of the new playlist.
◆ nameNull()
| bool Jellyfin::DTO::UpdatePlaylistDto::nameNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::UpdatePlaylistDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIds()
| void Jellyfin::DTO::UpdatePlaylistDto::setIds |
( |
QStringList | newIds | ) |
|
Gets or sets item ids of the playlist.
◆ setIdsNull()
| void Jellyfin::DTO::UpdatePlaylistDto::setIdsNull |
( |
| ) |
|
◆ setIsPublic()
| void Jellyfin::DTO::UpdatePlaylistDto::setIsPublic |
( |
std::optional< bool > | newIsPublic | ) |
|
Gets or sets a value indicating whether the playlist is public.
◆ setIsPublicNull()
| void Jellyfin::DTO::UpdatePlaylistDto::setIsPublicNull |
( |
| ) |
|
◆ setName()
| void Jellyfin::DTO::UpdatePlaylistDto::setName |
( |
QString | newName | ) |
|
Gets or sets the name of the new playlist.
◆ setNameNull()
| void Jellyfin::DTO::UpdatePlaylistDto::setNameNull |
( |
| ) |
|
◆ setUsers()
Gets or sets the playlist users.
◆ setUsersNull()
| void Jellyfin::DTO::UpdatePlaylistDto::setUsersNull |
( |
| ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::UpdatePlaylistDto::toJson |
( |
| ) |
const |
◆ users()
Gets or sets the playlist users.
◆ usersNull()
| bool Jellyfin::DTO::UpdatePlaylistDto::usersNull |
( |
| ) |
const |
◆ m_ids
| QStringList Jellyfin::DTO::UpdatePlaylistDto::m_ids |
|
protected |
◆ m_isPublic
| std::optional<bool> Jellyfin::DTO::UpdatePlaylistDto::m_isPublic = std::nullopt |
|
protected |
◆ m_name
| QString Jellyfin::DTO::UpdatePlaylistDto::m_name |
|
protected |
◆ m_users
The documentation for this class was generated from the following files: