![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#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 () |
| const QString & Jellyfin::Loader::GetTimersParams::channelId | ( | ) | const |
Optional. Filter by channel id.
| bool Jellyfin::Loader::GetTimersParams::channelIdNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetTimersParams::isActive | ( | ) | const |
Optional. Filter by timers that are active.
| bool Jellyfin::Loader::GetTimersParams::isActiveNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetTimersParams::isScheduled | ( | ) | const |
Optional. Filter by timers that are scheduled.
| bool Jellyfin::Loader::GetTimersParams::isScheduledNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetTimersParams::seriesTimerId | ( | ) | const |
Optional. Filter by timers belonging to a series timer.
| bool Jellyfin::Loader::GetTimersParams::seriesTimerIdNull | ( | ) | const |
| void Jellyfin::Loader::GetTimersParams::setChannelId | ( | QString | newChannelId | ) |
| void Jellyfin::Loader::GetTimersParams::setChannelIdNull | ( | ) |
| void Jellyfin::Loader::GetTimersParams::setIsActive | ( | bool | newIsActive | ) |
| void Jellyfin::Loader::GetTimersParams::setIsActiveNull | ( | ) |
| void Jellyfin::Loader::GetTimersParams::setIsScheduled | ( | bool | newIsScheduled | ) |
| void Jellyfin::Loader::GetTimersParams::setIsScheduledNull | ( | ) |
| void Jellyfin::Loader::GetTimersParams::setSeriesTimerId | ( | QString | newSeriesTimerId | ) |
| void Jellyfin::Loader::GetTimersParams::setSeriesTimerIdNull | ( | ) |