30#ifndef JELLYFIN_DTO_PATHSUBSTITUTION_H
31#define JELLYFIN_DTO_PATHSUBSTITUTION_H
64 QJsonObject
toJson()
const;
83 void setTo(QString newTo);
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
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:87
PathSubstitution(QString from, QString to)
Definition pathsubstitution.cpp:36
void setFromJson(QJsonObject source)
Definition pathsubstitution.cpp:63
void replaceData(PathSubstitution &other)
Definition pathsubstitution.cpp:51
QJsonObject toJson() const
Definition pathsubstitution.cpp:69
void setTo(QString newTo)
Gets or sets the value to substitution with.
Definition pathsubstitution.cpp:85
static PathSubstitution fromJson(QJsonObject source)
Definition pathsubstitution.cpp:56
QString to() const
Gets or sets the value to substitution with.
Definition pathsubstitution.cpp:83
QString from() const
Gets or sets the value to substitute.
Definition pathsubstitution.cpp:77
QString m_to
Definition pathsubstitution.h:88
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::PathSubstitution PathSubstitution
Definition pathsubstitution.h:100
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