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

#include <scheduledtasksinfostopmessage.h>

Public Member Functions

 ScheduledTasksInfoStopMessage (SessionMessageType messageType)
 ScheduledTasksInfoStopMessage (const ScheduledTasksInfoStopMessage &other)
void replaceData (ScheduledTasksInfoStopMessage &other)
void setFromJson (QJsonObject source)
QJsonObject toJson () const
SessionMessageType messageType () const
void setMessageType (SessionMessageType newMessageType)

Static Public Member Functions

static ScheduledTasksInfoStopMessage fromJson (QJsonObject source)

Protected Attributes

SessionMessageType m_messageType

Constructor & Destructor Documentation

◆ ScheduledTasksInfoStopMessage() [1/2]

Jellyfin::DTO::ScheduledTasksInfoStopMessage::ScheduledTasksInfoStopMessage ( SessionMessageType messageType)

◆ ScheduledTasksInfoStopMessage() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ messageType()

SessionMessageType Jellyfin::DTO::ScheduledTasksInfoStopMessage::messageType ( ) const

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setMessageType()

void Jellyfin::DTO::ScheduledTasksInfoStopMessage::setMessageType ( SessionMessageType newMessageType)

◆ toJson()

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

Member Data Documentation

◆ m_messageType

SessionMessageType Jellyfin::DTO::ScheduledTasksInfoStopMessage::m_messageType
protected

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