![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <mediaupdateinfodto.h>
Public Member Functions | |
| MediaUpdateInfoDto (QList< MediaUpdateInfoPathDto > updates) | |
| MediaUpdateInfoDto (const MediaUpdateInfoDto &other) | |
| void | replaceData (MediaUpdateInfoDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< MediaUpdateInfoPathDto > | updates () const |
| Gets or sets the list of updates. | |
| void | setUpdates (QList< MediaUpdateInfoPathDto > newUpdates) |
| Gets or sets the list of updates. | |
Static Public Member Functions | |
| static MediaUpdateInfoDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< MediaUpdateInfoPathDto > | m_updates |
| Jellyfin::DTO::MediaUpdateInfoDto::MediaUpdateInfoDto | ( | QList< MediaUpdateInfoPathDto > | updates | ) |
| Jellyfin::DTO::MediaUpdateInfoDto::MediaUpdateInfoDto | ( | const MediaUpdateInfoDto & | other | ) |
|
static |
| void Jellyfin::DTO::MediaUpdateInfoDto::replaceData | ( | MediaUpdateInfoDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::MediaUpdateInfoDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::MediaUpdateInfoDto::setUpdates | ( | QList< MediaUpdateInfoPathDto > | newUpdates | ) |
Gets or sets the list of updates.
| QJsonObject Jellyfin::DTO::MediaUpdateInfoDto::toJson | ( | ) | const |
| QList< MediaUpdateInfoPathDto > Jellyfin::DTO::MediaUpdateInfoDto::updates | ( | ) | const |
Gets or sets the list of updates.
|
protected |