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

#include <setshufflemoderequestdto.h>

Public Member Functions

 SetShuffleModeRequestDto (GroupShuffleMode mode)
 
 SetShuffleModeRequestDto (const SetShuffleModeRequestDto &other)
 
void replaceData (SetShuffleModeRequestDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
GroupShuffleMode mode () const
 
void setMode (GroupShuffleMode newMode)
 

Static Public Member Functions

static SetShuffleModeRequestDto fromJson (QJsonObject source)
 

Protected Attributes

GroupShuffleMode m_mode
 

Constructor & Destructor Documentation

◆ SetShuffleModeRequestDto() [1/2]

Jellyfin::DTO::SetShuffleModeRequestDto::SetShuffleModeRequestDto ( GroupShuffleMode mode)

◆ SetShuffleModeRequestDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ mode()

GroupShuffleMode Jellyfin::DTO::SetShuffleModeRequestDto::mode ( ) const

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setMode()

void Jellyfin::DTO::SetShuffleModeRequestDto::setMode ( GroupShuffleMode newMode)

◆ toJson()

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

Member Data Documentation

◆ m_mode

GroupShuffleMode Jellyfin::DTO::SetShuffleModeRequestDto::m_mode
protected

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