![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <updatemediapathrequestdto.h>
Public Member Functions | |
| UpdateMediaPathRequestDto (QString name, QSharedPointer< MediaPathInfo > pathInfo) | |
| UpdateMediaPathRequestDto (const UpdateMediaPathRequestDto &other) | |
| void | replaceData (UpdateMediaPathRequestDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets or sets the library name. | |
| void | setName (QString newName) |
| Gets or sets the library name. | |
| QSharedPointer< MediaPathInfo > | pathInfo () const |
| void | setPathInfo (QSharedPointer< MediaPathInfo > newPathInfo) |
Static Public Member Functions | |
| static UpdateMediaPathRequestDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QSharedPointer< MediaPathInfo > | m_pathInfo = QSharedPointer<MediaPathInfo>() |
| Jellyfin::DTO::UpdateMediaPathRequestDto::UpdateMediaPathRequestDto | ( | QString | name, |
| QSharedPointer< MediaPathInfo > | pathInfo ) |
| Jellyfin::DTO::UpdateMediaPathRequestDto::UpdateMediaPathRequestDto | ( | const UpdateMediaPathRequestDto & | other | ) |
|
static |
| QString Jellyfin::DTO::UpdateMediaPathRequestDto::name | ( | ) | const |
Gets or sets the library name.
| QSharedPointer< MediaPathInfo > Jellyfin::DTO::UpdateMediaPathRequestDto::pathInfo | ( | ) | const |
| void Jellyfin::DTO::UpdateMediaPathRequestDto::replaceData | ( | UpdateMediaPathRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::UpdateMediaPathRequestDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::UpdateMediaPathRequestDto::setName | ( | QString | newName | ) |
Gets or sets the library name.
| void Jellyfin::DTO::UpdateMediaPathRequestDto::setPathInfo | ( | QSharedPointer< MediaPathInfo > | newPathInfo | ) |
| QJsonObject Jellyfin::DTO::UpdateMediaPathRequestDto::toJson | ( | ) | const |
|
protected |
|
protected |