30#ifndef JELLYFIN_DTO_FILESYSTEMENTRYINFO_H
31#define JELLYFIN_DTO_FILESYSTEMENTRYINFO_H
64 QJsonObject
toJson()
const;
Definition filesystementryinfo.h:49
void setName(QString newName)
Gets the name.
Definition filesystementryinfo.cpp:89
void setPath(QString newPath)
Gets the path.
Definition filesystementryinfo.cpp:102
bool pathNull() const
Definition filesystementryinfo.cpp:105
bool nameNull() const
Definition filesystementryinfo.cpp:92
void setNameNull()
Definition filesystementryinfo.cpp:96
void replaceData(FileSystemEntryInfo &other)
Definition filesystementryinfo.cpp:50
static FileSystemEntryInfo fromJson(QJsonObject source)
Definition filesystementryinfo.cpp:56
QString name() const
Gets the name.
Definition filesystementryinfo.cpp:87
void setPathNull()
Definition filesystementryinfo.cpp:109
FileSystemEntryType type() const
Definition filesystementryinfo.cpp:113
QString path() const
Gets the path.
Definition filesystementryinfo.cpp:100
QJsonObject toJson() const
Definition filesystementryinfo.cpp:70
QString m_name
Definition filesystementryinfo.h:96
void setFromJson(QJsonObject source)
Definition filesystementryinfo.cpp:63
FileSystemEntryType m_type
Definition filesystementryinfo.h:98
void setType(FileSystemEntryType newType)
Definition filesystementryinfo.cpp:115
QString m_path
Definition filesystementryinfo.h:97
Value
Definition filesystementrytype.h:49
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