![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <updatelibraryoptionsdto.h>
Public Member Functions | |
| UpdateLibraryOptionsDto (QString jellyfinId, QSharedPointer< LibraryOptions > libraryOptions) | |
| UpdateLibraryOptionsDto (const UpdateLibraryOptionsDto &other) | |
| void | replaceData (UpdateLibraryOptionsDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | jellyfinId () const |
| Gets or sets the library item id. | |
| void | setJellyfinId (QString newJellyfinId) |
| Gets or sets the library item id. | |
| QSharedPointer< LibraryOptions > | libraryOptions () const |
| void | setLibraryOptions (QSharedPointer< LibraryOptions > newLibraryOptions) |
Static Public Member Functions | |
| static UpdateLibraryOptionsDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_jellyfinId |
| QSharedPointer< LibraryOptions > | m_libraryOptions = QSharedPointer<LibraryOptions>() |
| Jellyfin::DTO::UpdateLibraryOptionsDto::UpdateLibraryOptionsDto | ( | QString | jellyfinId, |
| QSharedPointer< LibraryOptions > | libraryOptions ) |
| Jellyfin::DTO::UpdateLibraryOptionsDto::UpdateLibraryOptionsDto | ( | const UpdateLibraryOptionsDto & | other | ) |
|
static |
| QString Jellyfin::DTO::UpdateLibraryOptionsDto::jellyfinId | ( | ) | const |
Gets or sets the library item id.
| QSharedPointer< LibraryOptions > Jellyfin::DTO::UpdateLibraryOptionsDto::libraryOptions | ( | ) | const |
| void Jellyfin::DTO::UpdateLibraryOptionsDto::replaceData | ( | UpdateLibraryOptionsDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::UpdateLibraryOptionsDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::UpdateLibraryOptionsDto::setJellyfinId | ( | QString | newJellyfinId | ) |
Gets or sets the library item id.
| void Jellyfin::DTO::UpdateLibraryOptionsDto::setLibraryOptions | ( | QSharedPointer< LibraryOptions > | newLibraryOptions | ) |
| QJsonObject Jellyfin::DTO::UpdateLibraryOptionsDto::toJson | ( | ) | const |
|
protected |
|
protected |