![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#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 |
| Jellyfin::DTO::JoinGroupRequestDto::JoinGroupRequestDto | ( | QString | groupId | ) |
| Jellyfin::DTO::JoinGroupRequestDto::JoinGroupRequestDto | ( | const JoinGroupRequestDto & | other | ) |
|
static |
| QString Jellyfin::DTO::JoinGroupRequestDto::groupId | ( | ) | const |
Gets or sets the group identifier.
| void Jellyfin::DTO::JoinGroupRequestDto::replaceData | ( | JoinGroupRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::JoinGroupRequestDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::JoinGroupRequestDto::setGroupId | ( | QString | newGroupId | ) |
Gets or sets the group identifier.
| QJsonObject Jellyfin::DTO::JoinGroupRequestDto::toJson | ( | ) | const |
|
protected |