30#ifndef JELLYFIN_DTO_UPLOADSUBTITLEDTO_H
31#define JELLYFIN_DTO_UPLOADSUBTITLEDTO_H
66 QJsonObject
toJson()
const;
Definition uploadsubtitledto.h:48
void replaceData(UploadSubtitleDto &other)
Definition uploadsubtitledto.cpp:57
QString language() const
Gets or sets the subtitle language.
Definition uploadsubtitledto.cpp:89
QString format() const
Gets or sets the subtitle format.
Definition uploadsubtitledto.cpp:95
void setFromJson(QJsonObject source)
Definition uploadsubtitledto.cpp:71
QJsonObject toJson() const
Definition uploadsubtitledto.cpp:79
void setData(QString newData)
Gets or sets the subtitle data.
Definition uploadsubtitledto.cpp:109
QString m_data
Definition uploadsubtitledto.h:110
void setIsForced(bool newIsForced)
Gets or sets a value indicating whether the subtitle is forced.
Definition uploadsubtitledto.cpp:103
bool m_isForced
Definition uploadsubtitledto.h:109
QString m_format
Definition uploadsubtitledto.h:108
void setFormat(QString newFormat)
Gets or sets the subtitle format.
Definition uploadsubtitledto.cpp:97
static UploadSubtitleDto fromJson(QJsonObject source)
Definition uploadsubtitledto.cpp:64
QString m_language
Definition uploadsubtitledto.h:107
QString data() const
Gets or sets the subtitle data.
Definition uploadsubtitledto.cpp:107
bool isForced() const
Gets or sets a value indicating whether the subtitle is forced.
Definition uploadsubtitledto.cpp:101
void setLanguage(QString newLanguage)
Gets or sets the subtitle language.
Definition uploadsubtitledto.cpp:91
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