#include <playstaterequest.h>
◆ PlaystateRequest() [1/2]
◆ PlaystateRequest() [2/2]
| Jellyfin::DTO::PlaystateRequest::PlaystateRequest |
( |
const PlaystateRequest & | other | ) |
|
◆ command()
◆ controllingUserId()
| QString Jellyfin::DTO::PlaystateRequest::controllingUserId |
( |
| ) |
const |
Gets or sets the controlling user identifier.
◆ controllingUserIdNull()
| bool Jellyfin::DTO::PlaystateRequest::controllingUserIdNull |
( |
| ) |
const |
◆ fromJson()
| PlaystateRequest Jellyfin::DTO::PlaystateRequest::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ seekPositionTicks()
| std::optional< qint64 > Jellyfin::DTO::PlaystateRequest::seekPositionTicks |
( |
| ) |
const |
◆ seekPositionTicksNull()
| bool Jellyfin::DTO::PlaystateRequest::seekPositionTicksNull |
( |
| ) |
const |
◆ setCommand()
◆ setControllingUserId()
| void Jellyfin::DTO::PlaystateRequest::setControllingUserId |
( |
QString | newControllingUserId | ) |
|
Gets or sets the controlling user identifier.
◆ setControllingUserIdNull()
| void Jellyfin::DTO::PlaystateRequest::setControllingUserIdNull |
( |
| ) |
|
◆ setFromJson()
| void Jellyfin::DTO::PlaystateRequest::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setSeekPositionTicks()
| void Jellyfin::DTO::PlaystateRequest::setSeekPositionTicks |
( |
std::optional< qint64 > | newSeekPositionTicks | ) |
|
◆ setSeekPositionTicksNull()
| void Jellyfin::DTO::PlaystateRequest::setSeekPositionTicksNull |
( |
| ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::PlaystateRequest::toJson |
( |
| ) |
const |
◆ m_command
◆ m_controllingUserId
| QString Jellyfin::DTO::PlaystateRequest::m_controllingUserId |
|
protected |
◆ m_seekPositionTicks
| std::optional<qint64> Jellyfin::DTO::PlaystateRequest::m_seekPositionTicks = std::nullopt |
|
protected |
The documentation for this class was generated from the following files: