![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <mediaupdateinfopathdto.h>
Public Member Functions | |
| MediaUpdateInfoPathDto () | |
| MediaUpdateInfoPathDto (const MediaUpdateInfoPathDto &other) | |
| void | replaceData (MediaUpdateInfoPathDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | path () const |
| Gets or sets media path. | |
| void | setPath (QString newPath) |
| Gets or sets media path. | |
| bool | pathNull () const |
| void | setPathNull () |
| QString | updateType () const |
| void | setUpdateType (QString newUpdateType) |
| bool | updateTypeNull () const |
| void | setUpdateTypeNull () |
Static Public Member Functions | |
| static MediaUpdateInfoPathDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_path |
| QString | m_updateType |
| Jellyfin::DTO::MediaUpdateInfoPathDto::MediaUpdateInfoPathDto | ( | ) |
| Jellyfin::DTO::MediaUpdateInfoPathDto::MediaUpdateInfoPathDto | ( | const MediaUpdateInfoPathDto & | other | ) |
|
static |
| QString Jellyfin::DTO::MediaUpdateInfoPathDto::path | ( | ) | const |
Gets or sets media path.
| bool Jellyfin::DTO::MediaUpdateInfoPathDto::pathNull | ( | ) | const |
| void Jellyfin::DTO::MediaUpdateInfoPathDto::replaceData | ( | MediaUpdateInfoPathDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setPath | ( | QString | newPath | ) |
Gets or sets media path.
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setPathNull | ( | ) |
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setUpdateType | ( | QString | newUpdateType | ) |
@brief Gets or sets media update type.
Created, Modified, Deleted.
| void Jellyfin::DTO::MediaUpdateInfoPathDto::setUpdateTypeNull | ( | ) |
| QJsonObject Jellyfin::DTO::MediaUpdateInfoPathDto::toJson | ( | ) | const |
| QString Jellyfin::DTO::MediaUpdateInfoPathDto::updateType | ( | ) | const |
@brief Gets or sets media update type.
Created, Modified, Deleted.
| bool Jellyfin::DTO::MediaUpdateInfoPathDto::updateTypeNull | ( | ) | const |
|
protected |
|
protected |