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

#include <removefromplaylistrequestdto.h>

Public Member Functions

 RemoveFromPlaylistRequestDto ()
 
 RemoveFromPlaylistRequestDto (const RemoveFromPlaylistRequestDto &other)
 
void replaceData (RemoveFromPlaylistRequestDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QStringList playlistItemIds () const
 Gets or sets the playlist identifiers ot the items.
 
void setPlaylistItemIds (QStringList newPlaylistItemIds)
 Gets or sets the playlist identifiers ot the items.
 
bool playlistItemIdsNull () const
 
void setPlaylistItemIdsNull ()
 

Static Public Member Functions

static RemoveFromPlaylistRequestDto fromJson (QJsonObject source)
 

Protected Attributes

QStringList m_playlistItemIds
 

Constructor & Destructor Documentation

◆ RemoveFromPlaylistRequestDto() [1/2]

Jellyfin::DTO::RemoveFromPlaylistRequestDto::RemoveFromPlaylistRequestDto ( )

◆ RemoveFromPlaylistRequestDto() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ playlistItemIds()

QStringList Jellyfin::DTO::RemoveFromPlaylistRequestDto::playlistItemIds ( ) const

Gets or sets the playlist identifiers ot the items.

◆ playlistItemIdsNull()

bool Jellyfin::DTO::RemoveFromPlaylistRequestDto::playlistItemIdsNull ( ) const

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setPlaylistItemIds()

void Jellyfin::DTO::RemoveFromPlaylistRequestDto::setPlaylistItemIds ( QStringList newPlaylistItemIds)

Gets or sets the playlist identifiers ot the items.

◆ setPlaylistItemIdsNull()

void Jellyfin::DTO::RemoveFromPlaylistRequestDto::setPlaylistItemIdsNull ( )

◆ toJson()

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

Member Data Documentation

◆ m_playlistItemIds

QStringList Jellyfin::DTO::RemoveFromPlaylistRequestDto::m_playlistItemIds
protected

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