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

#include <newgrouprequestdto.h>

Public Member Functions

 NewGroupRequestDto ()
 
 NewGroupRequestDto (const NewGroupRequestDto &other)
 
void replaceData (NewGroupRequestDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QString groupName () const
 Gets or sets the group name.
 
void setGroupName (QString newGroupName)
 Gets or sets the group name.
 
bool groupNameNull () const
 
void setGroupNameNull ()
 

Static Public Member Functions

static NewGroupRequestDto fromJson (QJsonObject source)
 

Protected Attributes

QString m_groupName
 

Constructor & Destructor Documentation

◆ NewGroupRequestDto() [1/2]

Jellyfin::DTO::NewGroupRequestDto::NewGroupRequestDto ( )

◆ NewGroupRequestDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ groupName()

QString Jellyfin::DTO::NewGroupRequestDto::groupName ( ) const

Gets or sets the group name.

◆ groupNameNull()

bool Jellyfin::DTO::NewGroupRequestDto::groupNameNull ( ) const

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setGroupName()

void Jellyfin::DTO::NewGroupRequestDto::setGroupName ( QString newGroupName)

Gets or sets the group name.

◆ setGroupNameNull()

void Jellyfin::DTO::NewGroupRequestDto::setGroupNameNull ( )

◆ toJson()

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

Member Data Documentation

◆ m_groupName

QString Jellyfin::DTO::NewGroupRequestDto::m_groupName
protected

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