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

#include <setrepeatmoderequestdto.h>

Public Member Functions

 SetRepeatModeRequestDto (GroupRepeatMode mode)
 
 SetRepeatModeRequestDto (const SetRepeatModeRequestDto &other)
 
void replaceData (SetRepeatModeRequestDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
GroupRepeatMode mode () const
 
void setMode (GroupRepeatMode newMode)
 

Static Public Member Functions

static SetRepeatModeRequestDto fromJson (QJsonObject source)
 

Protected Attributes

GroupRepeatMode m_mode
 

Constructor & Destructor Documentation

◆ SetRepeatModeRequestDto() [1/2]

Jellyfin::DTO::SetRepeatModeRequestDto::SetRepeatModeRequestDto ( GroupRepeatMode mode)

◆ SetRepeatModeRequestDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ mode()

GroupRepeatMode Jellyfin::DTO::SetRepeatModeRequestDto::mode ( ) const

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setMode()

void Jellyfin::DTO::SetRepeatModeRequestDto::setMode ( GroupRepeatMode newMode)

◆ toJson()

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

Member Data Documentation

◆ m_mode

GroupRepeatMode Jellyfin::DTO::SetRepeatModeRequestDto::m_mode
protected

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