30#ifndef JELLYFIN_DTO_CREATEPLAYLISTDTO_H
31#define JELLYFIN_DTO_CREATEPLAYLISTDTO_H
61 QJsonObject
toJson()
const;
78 QStringList
ids()
const;
82 void setIds(QStringList newIds);
Definition createplaylistdto.h:50
QStringList m_ids
Definition createplaylistdto.h:111
QString name() const
Gets or sets the name of the new playlist.
Definition createplaylistdto.cpp:93
static CreatePlaylistDto fromJson(QJsonObject source)
Definition createplaylistdto.cpp:52
void setMediaType(QString newMediaType)
Gets or sets the media type.
Definition createplaylistdto.cpp:134
void replaceData(CreatePlaylistDto &other)
Definition createplaylistdto.cpp:45
void setUserId(QString newUserId)
Gets or sets the user id.
Definition createplaylistdto.cpp:121
void setIdsNull()
Definition createplaylistdto.cpp:115
QString mediaType() const
Gets or sets the media type.
Definition createplaylistdto.cpp:132
QStringList ids() const
Gets or sets item ids to add to the playlist.
Definition createplaylistdto.cpp:106
QString userId() const
Gets or sets the user id.
Definition createplaylistdto.cpp:119
QString m_mediaType
Definition createplaylistdto.h:113
void setIds(QStringList newIds)
Gets or sets item ids to add to the playlist.
Definition createplaylistdto.cpp:108
CreatePlaylistDto()
Definition createplaylistdto.cpp:35
bool idsNull() const
Definition createplaylistdto.cpp:111
void setNameNull()
Definition createplaylistdto.cpp:102
QJsonObject toJson() const
Definition createplaylistdto.cpp:67
QString m_userId
Definition createplaylistdto.h:112
bool userIdNull() const
Definition createplaylistdto.cpp:124
QString m_name
Definition createplaylistdto.h:110
void setUserIdNull()
Definition createplaylistdto.cpp:128
bool mediaTypeNull() const
Definition createplaylistdto.cpp:137
bool nameNull() const
Definition createplaylistdto.cpp:98
void setMediaTypeNull()
Definition createplaylistdto.cpp:141
void setFromJson(QJsonObject source)
Definition createplaylistdto.cpp:59
void setName(QString newName)
Gets or sets the name of the new playlist.
Definition createplaylistdto.cpp:95
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45