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

#include <requesttypes.h>

Public Member Functions

const QString & channelId () const
 Optional. Filter by channel id.

 
void setChannelId (QString newChannelId)
 
bool channelIdNull () const
 
void setChannelIdNull ()
 
const bool & isActive () const
 Optional. Filter by timers that are active.

 
void setIsActive (bool newIsActive)
 
bool isActiveNull () const
 
void setIsActiveNull ()
 
const bool & isScheduled () const
 Optional. Filter by timers that are scheduled.

 
void setIsScheduled (bool newIsScheduled)
 
bool isScheduledNull () const
 
void setIsScheduledNull ()
 
const QString & seriesTimerId () const
 Optional. Filter by timers belonging to a series timer.

 
void setSeriesTimerId (QString newSeriesTimerId)
 
bool seriesTimerIdNull () const
 
void setSeriesTimerIdNull ()
 

Member Function Documentation

◆ channelId()

const QString & Jellyfin::Loader::GetTimersParams::channelId ( ) const

Optional. Filter by channel id.

◆ channelIdNull()

bool Jellyfin::Loader::GetTimersParams::channelIdNull ( ) const

◆ isActive()

const bool & Jellyfin::Loader::GetTimersParams::isActive ( ) const

Optional. Filter by timers that are active.

◆ isActiveNull()

bool Jellyfin::Loader::GetTimersParams::isActiveNull ( ) const

◆ isScheduled()

const bool & Jellyfin::Loader::GetTimersParams::isScheduled ( ) const

Optional. Filter by timers that are scheduled.

◆ isScheduledNull()

bool Jellyfin::Loader::GetTimersParams::isScheduledNull ( ) const

◆ seriesTimerId()

const QString & Jellyfin::Loader::GetTimersParams::seriesTimerId ( ) const

Optional. Filter by timers belonging to a series timer.

◆ seriesTimerIdNull()

bool Jellyfin::Loader::GetTimersParams::seriesTimerIdNull ( ) const

◆ setChannelId()

void Jellyfin::Loader::GetTimersParams::setChannelId ( QString newChannelId)

◆ setChannelIdNull()

void Jellyfin::Loader::GetTimersParams::setChannelIdNull ( )

◆ setIsActive()

void Jellyfin::Loader::GetTimersParams::setIsActive ( bool newIsActive)

◆ setIsActiveNull()

void Jellyfin::Loader::GetTimersParams::setIsActiveNull ( )

◆ setIsScheduled()

void Jellyfin::Loader::GetTimersParams::setIsScheduled ( bool newIsScheduled)

◆ setIsScheduledNull()

void Jellyfin::Loader::GetTimersParams::setIsScheduledNull ( )

◆ setSeriesTimerId()

void Jellyfin::Loader::GetTimersParams::setSeriesTimerId ( QString newSeriesTimerId)

◆ setSeriesTimerIdNull()

void Jellyfin::Loader::GetTimersParams::setSeriesTimerIdNull ( )

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