#include <updatemediapathrequestdto.h>
◆ UpdateMediaPathRequestDto() [1/2]
| Jellyfin::DTO::UpdateMediaPathRequestDto::UpdateMediaPathRequestDto |
( |
QString | name, |
|
|
QSharedPointer< MediaPathInfo > | pathInfo ) |
◆ UpdateMediaPathRequestDto() [2/2]
| Jellyfin::DTO::UpdateMediaPathRequestDto::UpdateMediaPathRequestDto |
( |
const UpdateMediaPathRequestDto & | other | ) |
|
◆ fromJson()
◆ name()
| QString Jellyfin::DTO::UpdateMediaPathRequestDto::name |
( |
| ) |
const |
Gets or sets the library name.
◆ pathInfo()
| QSharedPointer< MediaPathInfo > Jellyfin::DTO::UpdateMediaPathRequestDto::pathInfo |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::UpdateMediaPathRequestDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
| void Jellyfin::DTO::UpdateMediaPathRequestDto::setName |
( |
QString | newName | ) |
|
Gets or sets the library name.
◆ setPathInfo()
| void Jellyfin::DTO::UpdateMediaPathRequestDto::setPathInfo |
( |
QSharedPointer< MediaPathInfo > | newPathInfo | ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::UpdateMediaPathRequestDto::toJson |
( |
| ) |
const |
◆ m_name
| QString Jellyfin::DTO::UpdateMediaPathRequestDto::m_name |
|
protected |
◆ m_pathInfo
The documentation for this class was generated from the following files: