#include <mediaupdateinfopathdto.h>
◆ MediaUpdateInfoPathDto() [1/2]
| Jellyfin::DTO::MediaUpdateInfoPathDto::MediaUpdateInfoPathDto |
( |
| ) |
|
◆ MediaUpdateInfoPathDto() [2/2]
| Jellyfin::DTO::MediaUpdateInfoPathDto::MediaUpdateInfoPathDto |
( |
const MediaUpdateInfoPathDto & | other | ) |
|
◆ fromJson()
◆ path()
| QString Jellyfin::DTO::MediaUpdateInfoPathDto::path |
( |
| ) |
const |
◆ pathNull()
| bool Jellyfin::DTO::MediaUpdateInfoPathDto::pathNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setPath()
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setPath |
( |
QString | newPath | ) |
|
◆ setPathNull()
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setPathNull |
( |
| ) |
|
◆ setUpdateType()
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setUpdateType |
( |
QString | newUpdateType | ) |
|
@brief Gets or sets media update type.
Created, Modified, Deleted.
◆ setUpdateTypeNull()
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setUpdateTypeNull |
( |
| ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::MediaUpdateInfoPathDto::toJson |
( |
| ) |
const |
◆ updateType()
| QString Jellyfin::DTO::MediaUpdateInfoPathDto::updateType |
( |
| ) |
const |
@brief Gets or sets media update type.
Created, Modified, Deleted.
◆ updateTypeNull()
| bool Jellyfin::DTO::MediaUpdateInfoPathDto::updateTypeNull |
( |
| ) |
const |
◆ m_path
| QString Jellyfin::DTO::MediaUpdateInfoPathDto::m_path |
|
protected |
◆ m_updateType
| QString Jellyfin::DTO::MediaUpdateInfoPathDto::m_updateType |
|
protected |
The documentation for this class was generated from the following files: