#include <queuerequestdto.h>
◆ QueueRequestDto() [1/2]
Jellyfin::DTO::QueueRequestDto::QueueRequestDto |
( |
GroupQueueMode | mode | ) |
|
◆ QueueRequestDto() [2/2]
Jellyfin::DTO::QueueRequestDto::QueueRequestDto |
( |
const QueueRequestDto & | other | ) |
|
◆ fromJson()
QueueRequestDto Jellyfin::DTO::QueueRequestDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ itemIds()
QStringList Jellyfin::DTO::QueueRequestDto::itemIds |
( |
| ) |
const |
Gets or sets the items to enqueue.
◆ itemIdsNull()
bool Jellyfin::DTO::QueueRequestDto::itemIdsNull |
( |
| ) |
const |
◆ mode()
◆ replaceData()
void Jellyfin::DTO::QueueRequestDto::replaceData |
( |
QueueRequestDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::QueueRequestDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setItemIds()
void Jellyfin::DTO::QueueRequestDto::setItemIds |
( |
QStringList | newItemIds | ) |
|
Gets or sets the items to enqueue.
◆ setItemIdsNull()
void Jellyfin::DTO::QueueRequestDto::setItemIdsNull |
( |
| ) |
|
◆ setMode()
void Jellyfin::DTO::QueueRequestDto::setMode |
( |
GroupQueueMode | newMode | ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::QueueRequestDto::toJson |
( |
| ) |
const |
◆ m_itemIds
QStringList Jellyfin::DTO::QueueRequestDto::m_itemIds |
|
protected |
◆ m_mode
The documentation for this class was generated from the following files: