30#ifndef JELLYFIN_DTO_JOINGROUPREQUESTDTO_H
31#define JELLYFIN_DTO_JOINGROUPREQUESTDTO_H
63 QJsonObject
toJson()
const;
Definition joingrouprequestdto.h:48
QString groupId() const
Gets or sets the group identifier.
Definition joingrouprequestdto.cpp:71
static JoinGroupRequestDto fromJson(QJsonObject source)
Definition joingrouprequestdto.cpp:52
QString m_groupId
Definition joingrouprequestdto.h:77
void replaceData(JoinGroupRequestDto &other)
Definition joingrouprequestdto.cpp:48
void setGroupId(QString newGroupId)
Gets or sets the group identifier.
Definition joingrouprequestdto.cpp:73
QJsonObject toJson() const
Definition joingrouprequestdto.cpp:64
void setFromJson(QJsonObject source)
Definition joingrouprequestdto.cpp:59
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45