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 ()
 
 MediaUpdateInfoDto (const MediaUpdateInfoDto &other)
 
void replaceData (MediaUpdateInfoDto &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 MediaUpdateInfoDto fromJson (QJsonObject source)
 

Protected Attributes

QString m_path
 
QString m_updateType
 

Constructor & Destructor Documentation

◆ MediaUpdateInfoDto() [1/2]

Jellyfin::DTO::MediaUpdateInfoDto::MediaUpdateInfoDto ( )

◆ MediaUpdateInfoDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ path()

QString Jellyfin::DTO::MediaUpdateInfoDto::path ( ) const

Gets or sets media path.

◆ pathNull()

bool Jellyfin::DTO::MediaUpdateInfoDto::pathNull ( ) const

◆ 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)

◆ setPath()

void Jellyfin::DTO::MediaUpdateInfoDto::setPath ( QString newPath)

Gets or sets media path.

◆ setPathNull()

void Jellyfin::DTO::MediaUpdateInfoDto::setPathNull ( )

◆ setUpdateType()

void Jellyfin::DTO::MediaUpdateInfoDto::setUpdateType ( QString newUpdateType)
  @brief Gets or sets media update type.

Created, Modified, Deleted.

◆ setUpdateTypeNull()

void Jellyfin::DTO::MediaUpdateInfoDto::setUpdateTypeNull ( )

◆ toJson()

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

◆ updateType()

QString Jellyfin::DTO::MediaUpdateInfoDto::updateType ( ) const
   @brief Gets or sets media update type.

Created, Modified, Deleted.

◆ updateTypeNull()

bool Jellyfin::DTO::MediaUpdateInfoDto::updateTypeNull ( ) const

Member Data Documentation

◆ m_path

QString Jellyfin::DTO::MediaUpdateInfoDto::m_path
protected

◆ m_updateType

QString Jellyfin::DTO::MediaUpdateInfoDto::m_updateType
protected

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