Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::SetPlaylistItemRequestDto Class Reference

#include <setplaylistitemrequestdto.h>

Public Member Functions

 SetPlaylistItemRequestDto (QString playlistItemId)
 
 SetPlaylistItemRequestDto (const SetPlaylistItemRequestDto &other)
 
void replaceData (SetPlaylistItemRequestDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QString playlistItemId () const
 Gets or sets the playlist identifier of the playing item.
 
void setPlaylistItemId (QString newPlaylistItemId)
 Gets or sets the playlist identifier of the playing item.
 

Static Public Member Functions

static SetPlaylistItemRequestDto fromJson (QJsonObject source)
 

Protected Attributes

QString m_playlistItemId
 

Constructor & Destructor Documentation

◆ SetPlaylistItemRequestDto() [1/2]

Jellyfin::DTO::SetPlaylistItemRequestDto::SetPlaylistItemRequestDto ( QString playlistItemId)

◆ SetPlaylistItemRequestDto() [2/2]

Jellyfin::DTO::SetPlaylistItemRequestDto::SetPlaylistItemRequestDto ( const SetPlaylistItemRequestDto & other)

Member Function Documentation

◆ fromJson()

SetPlaylistItemRequestDto Jellyfin::DTO::SetPlaylistItemRequestDto::fromJson ( QJsonObject source)
static

◆ playlistItemId()

QString Jellyfin::DTO::SetPlaylistItemRequestDto::playlistItemId ( ) const

Gets or sets the playlist identifier of the playing item.

◆ replaceData()

void Jellyfin::DTO::SetPlaylistItemRequestDto::replaceData ( SetPlaylistItemRequestDto & other)

Replaces the data being hold by this class with that of the other.

◆ setFromJson()

void Jellyfin::DTO::SetPlaylistItemRequestDto::setFromJson ( QJsonObject source)

◆ setPlaylistItemId()

void Jellyfin::DTO::SetPlaylistItemRequestDto::setPlaylistItemId ( QString newPlaylistItemId)

Gets or sets the playlist identifier of the playing item.

◆ toJson()

QJsonObject Jellyfin::DTO::SetPlaylistItemRequestDto::toJson ( ) const

Member Data Documentation

◆ m_playlistItemId

QString Jellyfin::DTO::SetPlaylistItemRequestDto::m_playlistItemId
protected

The documentation for this class was generated from the following files: