![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <newgrouprequestdto.h>
Public Member Functions | |
| NewGroupRequestDto (QString groupName) | |
| 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. | |
Static Public Member Functions | |
| static NewGroupRequestDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_groupName |
| Jellyfin::DTO::NewGroupRequestDto::NewGroupRequestDto | ( | QString | groupName | ) |
| Jellyfin::DTO::NewGroupRequestDto::NewGroupRequestDto | ( | const NewGroupRequestDto & | other | ) |
|
static |
| QString Jellyfin::DTO::NewGroupRequestDto::groupName | ( | ) | const |
Gets or sets the group name.
| void Jellyfin::DTO::NewGroupRequestDto::replaceData | ( | NewGroupRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::NewGroupRequestDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::NewGroupRequestDto::setGroupName | ( | QString | newGroupName | ) |
Gets or sets the group name.
| QJsonObject Jellyfin::DTO::NewGroupRequestDto::toJson | ( | ) | const |
|
protected |