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

#include <requesttypes.h>

Public Member Functions

const qint32 & activeWithinSeconds () const
 Optional. Filter by sessions that were active in the last n seconds.
 
void setActiveWithinSeconds (qint32 newActiveWithinSeconds)
 
bool activeWithinSecondsNull () const
 
void setActiveWithinSecondsNull ()
 
const QString & controllableByUserId () const
 Filter by sessions that a given user is allowed to remote control.

 
void setControllableByUserId (QString newControllableByUserId)
 
bool controllableByUserIdNull () const
 
void setControllableByUserIdNull ()
 
const QString & deviceId () const
 Filter by device Id.
 
void setDeviceId (QString newDeviceId)
 
bool deviceIdNull () const
 
void setDeviceIdNull ()
 

Member Function Documentation

◆ activeWithinSeconds()

const qint32 & Jellyfin::Loader::GetSessionsParams::activeWithinSeconds ( ) const

Optional. Filter by sessions that were active in the last n seconds.

◆ activeWithinSecondsNull()

bool Jellyfin::Loader::GetSessionsParams::activeWithinSecondsNull ( ) const

◆ controllableByUserId()

const QString & Jellyfin::Loader::GetSessionsParams::controllableByUserId ( ) const

Filter by sessions that a given user is allowed to remote control.

◆ controllableByUserIdNull()

bool Jellyfin::Loader::GetSessionsParams::controllableByUserIdNull ( ) const

◆ deviceId()

const QString & Jellyfin::Loader::GetSessionsParams::deviceId ( ) const

Filter by device Id.

◆ deviceIdNull()

bool Jellyfin::Loader::GetSessionsParams::deviceIdNull ( ) const

◆ setActiveWithinSeconds()

void Jellyfin::Loader::GetSessionsParams::setActiveWithinSeconds ( qint32 newActiveWithinSeconds)

◆ setActiveWithinSecondsNull()

void Jellyfin::Loader::GetSessionsParams::setActiveWithinSecondsNull ( )

◆ setControllableByUserId()

void Jellyfin::Loader::GetSessionsParams::setControllableByUserId ( QString newControllableByUserId)

◆ setControllableByUserIdNull()

void Jellyfin::Loader::GetSessionsParams::setControllableByUserIdNull ( )

◆ setDeviceId()

void Jellyfin::Loader::GetSessionsParams::setDeviceId ( QString newDeviceId)

◆ setDeviceIdNull()

void Jellyfin::Loader::GetSessionsParams::setDeviceIdNull ( )

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