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

#include <requesttypes.h>

Public Member Functions

const QString & itemId () const
 The item the subtitle belongs to.

 
void setItemId (QString newItemId)
 
const QSharedPointer< UploadSubtitleDto > & body () const
 The request body.

 
void setBody (QSharedPointer< UploadSubtitleDto > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< UploadSubtitleDto > & Jellyfin::Loader::UploadSubtitleParams::body ( ) const

The request body.

◆ itemId()

const QString & Jellyfin::Loader::UploadSubtitleParams::itemId ( ) const

The item the subtitle belongs to.

◆ setBody()

void Jellyfin::Loader::UploadSubtitleParams::setBody ( QSharedPointer< UploadSubtitleDto > newBody)

◆ setItemId()

void Jellyfin::Loader::UploadSubtitleParams::setItemId ( QString newItemId)

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