30#ifndef JELLYFIN_DTO_PATHSUBSTITUTION_H
31#define JELLYFIN_DTO_PATHSUBSTITUTION_H
59 QJsonObject
toJson()
const;
80 void setTo(QString newTo);
Definition pathsubstitution.h:48
void setFrom(QString newFrom)
Gets or sets the value to substitute.
Definition pathsubstitution.cpp:79
QString m_from
Definition pathsubstitution.h:86
void setFromJson(QJsonObject source)
Definition pathsubstitution.cpp:55
void setFromNull()
Definition pathsubstitution.cpp:86
bool toNull() const
Definition pathsubstitution.cpp:95
void replaceData(PathSubstitution &other)
Definition pathsubstitution.cpp:43
QJsonObject toJson() const
Definition pathsubstitution.cpp:61
void setToNull()
Definition pathsubstitution.cpp:99
void setTo(QString newTo)
Gets or sets the value to substitution with.
Definition pathsubstitution.cpp:92
PathSubstitution()
Definition pathsubstitution.cpp:35
static PathSubstitution fromJson(QJsonObject source)
Definition pathsubstitution.cpp:48
QString to() const
Gets or sets the value to substitution with.
Definition pathsubstitution.cpp:90
QString from() const
Gets or sets the value to substitute.
Definition pathsubstitution.cpp:77
bool fromNull() const
Definition pathsubstitution.cpp:82
QString m_to
Definition pathsubstitution.h:87
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