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

#include <joingrouprequestdto.h>

Public Member Functions

 JoinGroupRequestDto (QString groupId)
 
 JoinGroupRequestDto (const JoinGroupRequestDto &other)
 
void replaceData (JoinGroupRequestDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QString groupId () const
 Gets or sets the group identifier.
 
void setGroupId (QString newGroupId)
 Gets or sets the group identifier.
 

Static Public Member Functions

static JoinGroupRequestDto fromJson (QJsonObject source)
 

Protected Attributes

QString m_groupId
 

Constructor & Destructor Documentation

◆ JoinGroupRequestDto() [1/2]

Jellyfin::DTO::JoinGroupRequestDto::JoinGroupRequestDto ( QString groupId)

◆ JoinGroupRequestDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ groupId()

QString Jellyfin::DTO::JoinGroupRequestDto::groupId ( ) const

Gets or sets the group identifier.

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setGroupId()

void Jellyfin::DTO::JoinGroupRequestDto::setGroupId ( QString newGroupId)

Gets or sets the group identifier.

◆ toJson()

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

Member Data Documentation

◆ m_groupId

QString Jellyfin::DTO::JoinGroupRequestDto::m_groupId
protected

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