30#ifndef JELLYFIN_DTO_UPDATEMEDIAPATHREQUESTDTO_H
31#define JELLYFIN_DTO_UPDATEMEDIAPATHREQUESTDTO_H
35#include <QSharedPointer>
54 QSharedPointer<MediaPathInfo>
pathInfo
66 QJsonObject
toJson()
const;
79 QSharedPointer<MediaPathInfo>
pathInfo()
const;
81 void setPathInfo(QSharedPointer<MediaPathInfo> newPathInfo);
86 QSharedPointer<MediaPathInfo>
m_pathInfo = QSharedPointer<MediaPathInfo>();
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
Jellyfin::DTO::UpdateMediaPathRequestDto UpdateMediaPathRequestDto
Definition updatemediapathrequestdto.h:98
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45