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

#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

Constructor & Destructor Documentation

◆ MediaUpdateInfoPathDto() [1/2]

Jellyfin::DTO::MediaUpdateInfoPathDto::MediaUpdateInfoPathDto ( )

◆ MediaUpdateInfoPathDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ path()

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

Gets or sets media path.

◆ pathNull()

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

◆ replaceData()

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

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)

Gets or sets media path.

◆ 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

Member Data Documentation

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