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

#include <ignorewaitrequestdto.h>

Public Member Functions

 IgnoreWaitRequestDto (bool ignoreWait)
 
 IgnoreWaitRequestDto (const IgnoreWaitRequestDto &other)
 
void replaceData (IgnoreWaitRequestDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
bool ignoreWait () const
 Gets or sets a value indicating whether the client should be ignored.
 
void setIgnoreWait (bool newIgnoreWait)
 Gets or sets a value indicating whether the client should be ignored.
 

Static Public Member Functions

static IgnoreWaitRequestDto fromJson (QJsonObject source)
 

Protected Attributes

bool m_ignoreWait
 

Constructor & Destructor Documentation

◆ IgnoreWaitRequestDto() [1/2]

Jellyfin::DTO::IgnoreWaitRequestDto::IgnoreWaitRequestDto ( bool ignoreWait)

◆ IgnoreWaitRequestDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ ignoreWait()

bool Jellyfin::DTO::IgnoreWaitRequestDto::ignoreWait ( ) const

Gets or sets a value indicating whether the client should be ignored.

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setIgnoreWait()

void Jellyfin::DTO::IgnoreWaitRequestDto::setIgnoreWait ( bool newIgnoreWait)

Gets or sets a value indicating whether the client should be ignored.

◆ toJson()

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

Member Data Documentation

◆ m_ignoreWait

bool Jellyfin::DTO::IgnoreWaitRequestDto::m_ignoreWait
protected

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