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

#include <requesttypes.h>

Public Member Functions

const QString & itemId () const
 Item id.
 
void setItemId (QString newItemId)
 
const QString & userId () const
 User id.
 
void setUserId (QString newUserId)
 
const QDateTime & datePlayed () const
 Optional. The date the item was played.

 
void setDatePlayed (QDateTime newDatePlayed)
 
bool datePlayedNull () const
 
void setDatePlayedNull ()
 

Member Function Documentation

◆ datePlayed()

const QDateTime & Jellyfin::Loader::MarkPlayedItemParams::datePlayed ( ) const

Optional. The date the item was played.

◆ datePlayedNull()

bool Jellyfin::Loader::MarkPlayedItemParams::datePlayedNull ( ) const

◆ itemId()

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

Item id.

◆ setDatePlayed()

void Jellyfin::Loader::MarkPlayedItemParams::setDatePlayed ( QDateTime newDatePlayed)

◆ setDatePlayedNull()

void Jellyfin::Loader::MarkPlayedItemParams::setDatePlayedNull ( )

◆ setItemId()

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

◆ setUserId()

void Jellyfin::Loader::MarkPlayedItemParams::setUserId ( QString newUserId)

◆ userId()

const QString & Jellyfin::Loader::MarkPlayedItemParams::userId ( ) const

User id.


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