Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::GetRecordingsSeriesParams 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 QList< ImageType > & enableImageTypes () const
 Optional. The image types to include in the output.

 
void setEnableImageTypes (QList< ImageType > newEnableImageTypes)
 
bool enableImageTypesNull () const
 
void setEnableImageTypesNull ()
 
const bool & enableImages () const
 Optional. Include image information in output.

 
void setEnableImages (bool newEnableImages)
 
bool enableImagesNull () const
 
void setEnableImagesNull ()
 
const bool & enableTotalRecordCount () const
 Optional. Return total record count.
 
void setEnableTotalRecordCount (bool newEnableTotalRecordCount)
 
bool enableTotalRecordCountNull () const
 
void setEnableTotalRecordCountNull ()
 
const bool & enableUserData () const
 Optional. Include user data.
 
void setEnableUserData (bool newEnableUserData)
 
bool enableUserDataNull () const
 
void setEnableUserDataNull ()
 
const QList< ItemFields > & fields () const
 Optional. Specify additional fields of information to return in the output.

 
void setFields (QList< ItemFields > newFields)
 
bool fieldsNull () const
 
void setFieldsNull ()
 
const QString & groupId () const
 Optional. Filter by recording group.
 
void setGroupId (QString newGroupId)
 
bool groupIdNull () const
 
void setGroupIdNull ()
 
const qint32 & imageTypeLimit () const
 Optional. The max number of images to return, per image type.

 
void setImageTypeLimit (qint32 newImageTypeLimit)
 
bool imageTypeLimitNull () const
 
void setImageTypeLimitNull ()
 
const bool & isInProgress () const
 Optional. Filter by recordings that are in progress, or not.
 
void setIsInProgress (bool newIsInProgress)
 
bool isInProgressNull () const
 
void setIsInProgressNull ()
 
const qint32 & limit () const
 Optional. The maximum number of records to return.

 
void setLimit (qint32 newLimit)
 
bool limitNull () const
 
void setLimitNull ()
 
const QString & seriesTimerId () const
 Optional. Filter by recordings belonging to a series timer.

 
void setSeriesTimerId (QString newSeriesTimerId)
 
bool seriesTimerIdNull () const
 
void setSeriesTimerIdNull ()
 
const qint32 & startIndex () const
 Optional. The record index to start at. All items with a lower index will be dropped from the results.

 
void setStartIndex (qint32 newStartIndex)
 
bool startIndexNull () const
 
void setStartIndexNull ()
 
const RecordingStatusstatus () const
 Optional. Filter by recording status.

 
void setStatus (RecordingStatus newStatus)
 
bool statusNull () const
 
void setStatusNull ()
 
const QString & userId () const
 Optional. Filter by user and attach user data.

 
void setUserId (QString newUserId)
 
bool userIdNull () const
 
void setUserIdNull ()
 

Member Function Documentation

◆ channelId()

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

Optional. Filter by channel id.

◆ channelIdNull()

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

◆ enableImages()

const bool & Jellyfin::Loader::GetRecordingsSeriesParams::enableImages ( ) const

Optional. Include image information in output.

◆ enableImagesNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::enableImagesNull ( ) const

◆ enableImageTypes()

const QList< ImageType > & Jellyfin::Loader::GetRecordingsSeriesParams::enableImageTypes ( ) const

Optional. The image types to include in the output.

◆ enableImageTypesNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::enableImageTypesNull ( ) const

◆ enableTotalRecordCount()

const bool & Jellyfin::Loader::GetRecordingsSeriesParams::enableTotalRecordCount ( ) const

Optional. Return total record count.

◆ enableTotalRecordCountNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::enableTotalRecordCountNull ( ) const

◆ enableUserData()

const bool & Jellyfin::Loader::GetRecordingsSeriesParams::enableUserData ( ) const

Optional. Include user data.

◆ enableUserDataNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::enableUserDataNull ( ) const

◆ fields()

const QList< ItemFields > & Jellyfin::Loader::GetRecordingsSeriesParams::fields ( ) const

Optional. Specify additional fields of information to return in the output.

◆ fieldsNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::fieldsNull ( ) const

◆ groupId()

const QString & Jellyfin::Loader::GetRecordingsSeriesParams::groupId ( ) const

Optional. Filter by recording group.

◆ groupIdNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::groupIdNull ( ) const

◆ imageTypeLimit()

const qint32 & Jellyfin::Loader::GetRecordingsSeriesParams::imageTypeLimit ( ) const

Optional. The max number of images to return, per image type.

◆ imageTypeLimitNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::imageTypeLimitNull ( ) const

◆ isInProgress()

const bool & Jellyfin::Loader::GetRecordingsSeriesParams::isInProgress ( ) const

Optional. Filter by recordings that are in progress, or not.

◆ isInProgressNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::isInProgressNull ( ) const

◆ limit()

const qint32 & Jellyfin::Loader::GetRecordingsSeriesParams::limit ( ) const

Optional. The maximum number of records to return.

◆ limitNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::limitNull ( ) const

◆ seriesTimerId()

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

Optional. Filter by recordings belonging to a series timer.

◆ seriesTimerIdNull()

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

◆ setChannelId()

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

◆ setChannelIdNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setChannelIdNull ( )

◆ setEnableImages()

void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableImages ( bool newEnableImages)

◆ setEnableImagesNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableImagesNull ( )

◆ setEnableImageTypes()

void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableImageTypes ( QList< ImageType > newEnableImageTypes)

◆ setEnableImageTypesNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableImageTypesNull ( )

◆ setEnableTotalRecordCount()

void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableTotalRecordCount ( bool newEnableTotalRecordCount)

◆ setEnableTotalRecordCountNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableTotalRecordCountNull ( )

◆ setEnableUserData()

void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableUserData ( bool newEnableUserData)

◆ setEnableUserDataNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableUserDataNull ( )

◆ setFields()

void Jellyfin::Loader::GetRecordingsSeriesParams::setFields ( QList< ItemFields > newFields)

◆ setFieldsNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setFieldsNull ( )

◆ setGroupId()

void Jellyfin::Loader::GetRecordingsSeriesParams::setGroupId ( QString newGroupId)

◆ setGroupIdNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setGroupIdNull ( )

◆ setImageTypeLimit()

void Jellyfin::Loader::GetRecordingsSeriesParams::setImageTypeLimit ( qint32 newImageTypeLimit)

◆ setImageTypeLimitNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setImageTypeLimitNull ( )

◆ setIsInProgress()

void Jellyfin::Loader::GetRecordingsSeriesParams::setIsInProgress ( bool newIsInProgress)

◆ setIsInProgressNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setIsInProgressNull ( )

◆ setLimit()

void Jellyfin::Loader::GetRecordingsSeriesParams::setLimit ( qint32 newLimit)

◆ setLimitNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setLimitNull ( )

◆ setSeriesTimerId()

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

◆ setSeriesTimerIdNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setSeriesTimerIdNull ( )

◆ setStartIndex()

void Jellyfin::Loader::GetRecordingsSeriesParams::setStartIndex ( qint32 newStartIndex)

◆ setStartIndexNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setStartIndexNull ( )

◆ setStatus()

void Jellyfin::Loader::GetRecordingsSeriesParams::setStatus ( RecordingStatus newStatus)

◆ setStatusNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setStatusNull ( )

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::GetRecordingsSeriesParams::setUserIdNull ( )

◆ startIndex()

const qint32 & Jellyfin::Loader::GetRecordingsSeriesParams::startIndex ( ) const

Optional. The record index to start at. All items with a lower index will be dropped from the results.

◆ startIndexNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::startIndexNull ( ) const

◆ status()

const RecordingStatus & Jellyfin::Loader::GetRecordingsSeriesParams::status ( ) const

Optional. Filter by recording status.

◆ statusNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::statusNull ( ) const

◆ userId()

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

Optional. Filter by user and attach user data.

◆ userIdNull()

bool Jellyfin::Loader::GetRecordingsSeriesParams::userIdNull ( ) const

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