Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::MediaUpdateInfoDto Class Reference

#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< MediaUpdateInfoPathDtoupdates () 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< MediaUpdateInfoPathDtom_updates

Constructor & Destructor Documentation

◆ MediaUpdateInfoDto() [1/2]

Jellyfin::DTO::MediaUpdateInfoDto::MediaUpdateInfoDto ( QList< MediaUpdateInfoPathDto > updates)

◆ MediaUpdateInfoDto() [2/2]

Jellyfin::DTO::MediaUpdateInfoDto::MediaUpdateInfoDto ( const MediaUpdateInfoDto & other)

Member Function Documentation

◆ fromJson()

MediaUpdateInfoDto Jellyfin::DTO::MediaUpdateInfoDto::fromJson ( QJsonObject source)
static

◆ replaceData()

void Jellyfin::DTO::MediaUpdateInfoDto::replaceData ( MediaUpdateInfoDto & other)

Replaces the data being hold by this class with that of the other.

◆ setFromJson()

void Jellyfin::DTO::MediaUpdateInfoDto::setFromJson ( QJsonObject source)

◆ setUpdates()

void Jellyfin::DTO::MediaUpdateInfoDto::setUpdates ( QList< MediaUpdateInfoPathDto > newUpdates)

Gets or sets the list of updates.

◆ toJson()

QJsonObject Jellyfin::DTO::MediaUpdateInfoDto::toJson ( ) const

◆ updates()

QList< MediaUpdateInfoPathDto > Jellyfin::DTO::MediaUpdateInfoDto::updates ( ) const

Gets or sets the list of updates.

Member Data Documentation

◆ m_updates

QList<MediaUpdateInfoPathDto> Jellyfin::DTO::MediaUpdateInfoDto::m_updates
protected

The documentation for this class was generated from the following files: