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

#include <requesttypes.h>

Public Member Functions

const bool & addCurrentProgram () const
 Optional. Adds current program info to each channel.
 
void setAddCurrentProgram (bool newAddCurrentProgram)
 
bool addCurrentProgramNull () const
 
void setAddCurrentProgramNull ()
 
const bool & enableFavoriteSorting () const
 Optional. Incorporate favorite and like status into channel sorting.
 
void setEnableFavoriteSorting (bool newEnableFavoriteSorting)
 
bool enableFavoriteSortingNull () const
 
void setEnableFavoriteSortingNull ()
 
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 & 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 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 & isDisliked () const
 Optional. Filter by channels that are disliked, or not.

 
void setIsDisliked (bool newIsDisliked)
 
bool isDislikedNull () const
 
void setIsDislikedNull ()
 
const bool & isFavorite () const
 Optional. Filter by channels that are favorites, or not.
 
void setIsFavorite (bool newIsFavorite)
 
bool isFavoriteNull () const
 
void setIsFavoriteNull ()
 
const bool & isKids () const
 Optional. Filter for kids.

 
void setIsKids (bool newIsKids)
 
bool isKidsNull () const
 
void setIsKidsNull ()
 
const bool & isLiked () const
 Optional. Filter by channels that are liked, or not.
 
void setIsLiked (bool newIsLiked)
 
bool isLikedNull () const
 
void setIsLikedNull ()
 
const bool & isMovie () const
 Optional. Filter for movies.
 
void setIsMovie (bool newIsMovie)
 
bool isMovieNull () const
 
void setIsMovieNull ()
 
const bool & isNews () const
 Optional. Filter for news.

 
void setIsNews (bool newIsNews)
 
bool isNewsNull () const
 
void setIsNewsNull ()
 
const bool & isSeries () const
 Optional. Filter for series.
 
void setIsSeries (bool newIsSeries)
 
bool isSeriesNull () const
 
void setIsSeriesNull ()
 
const bool & isSports () const
 Optional. Filter for sports.
 
void setIsSports (bool newIsSports)
 
bool isSportsNull () const
 
void setIsSportsNull ()
 
const qint32 & limit () const
 Optional. The maximum number of records to return.

 
void setLimit (qint32 newLimit)
 
bool limitNull () const
 
void setLimitNull ()
 
const QStringList & sortBy () const
 Optional. Key to sort by.

 
void setSortBy (QStringList newSortBy)
 
bool sortByNull () const
 
void setSortByNull ()
 
const SortOrdersortOrder () const
 Optional. Sort order.

 
void setSortOrder (SortOrder newSortOrder)
 
bool sortOrderNull () const
 
void setSortOrderNull ()
 
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 ChannelTypetype () const
 Optional. Filter by channel type.

 
void setType (ChannelType newType)
 
bool typeNull () const
 
void setTypeNull ()
 
const QString & userId () const
 Optional. Filter by user and attach user data.

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

Member Function Documentation

◆ addCurrentProgram()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::addCurrentProgram ( ) const

Optional. Adds current program info to each channel.

◆ addCurrentProgramNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::addCurrentProgramNull ( ) const

◆ enableFavoriteSorting()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::enableFavoriteSorting ( ) const

Optional. Incorporate favorite and like status into channel sorting.

◆ enableFavoriteSortingNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::enableFavoriteSortingNull ( ) const

◆ enableImages()

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

Optional. Include image information in output.

◆ enableImagesNull()

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

◆ enableImageTypes()

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

"Optional. The image types to include in the output.

◆ enableImageTypesNull()

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

◆ enableUserData()

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

Optional. Include user data.

◆ enableUserDataNull()

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

◆ fields()

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

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

◆ fieldsNull()

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

◆ imageTypeLimit()

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

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

◆ imageTypeLimitNull()

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

◆ isDisliked()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isDisliked ( ) const

Optional. Filter by channels that are disliked, or not.

◆ isDislikedNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::isDislikedNull ( ) const

◆ isFavorite()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isFavorite ( ) const

Optional. Filter by channels that are favorites, or not.

◆ isFavoriteNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::isFavoriteNull ( ) const

◆ isKids()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isKids ( ) const

Optional. Filter for kids.

◆ isKidsNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::isKidsNull ( ) const

◆ isLiked()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isLiked ( ) const

Optional. Filter by channels that are liked, or not.

◆ isLikedNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::isLikedNull ( ) const

◆ isMovie()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isMovie ( ) const

Optional. Filter for movies.

◆ isMovieNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::isMovieNull ( ) const

◆ isNews()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isNews ( ) const

Optional. Filter for news.

◆ isNewsNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::isNewsNull ( ) const

◆ isSeries()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isSeries ( ) const

Optional. Filter for series.

◆ isSeriesNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::isSeriesNull ( ) const

◆ isSports()

const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isSports ( ) const

Optional. Filter for sports.

◆ isSportsNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::isSportsNull ( ) const

◆ limit()

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

Optional. The maximum number of records to return.

◆ limitNull()

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

◆ setAddCurrentProgram()

void Jellyfin::Loader::GetLiveTvChannelsParams::setAddCurrentProgram ( bool newAddCurrentProgram)

◆ setAddCurrentProgramNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setAddCurrentProgramNull ( )

◆ setEnableFavoriteSorting()

void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableFavoriteSorting ( bool newEnableFavoriteSorting)

◆ setEnableFavoriteSortingNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableFavoriteSortingNull ( )

◆ setEnableImages()

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

◆ setEnableImagesNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableImagesNull ( )

◆ setEnableImageTypes()

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

◆ setEnableImageTypesNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableImageTypesNull ( )

◆ setEnableUserData()

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

◆ setEnableUserDataNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableUserDataNull ( )

◆ setFields()

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

◆ setFieldsNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setFieldsNull ( )

◆ setImageTypeLimit()

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

◆ setImageTypeLimitNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setImageTypeLimitNull ( )

◆ setIsDisliked()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsDisliked ( bool newIsDisliked)

◆ setIsDislikedNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsDislikedNull ( )

◆ setIsFavorite()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsFavorite ( bool newIsFavorite)

◆ setIsFavoriteNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsFavoriteNull ( )

◆ setIsKids()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsKids ( bool newIsKids)

◆ setIsKidsNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsKidsNull ( )

◆ setIsLiked()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsLiked ( bool newIsLiked)

◆ setIsLikedNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsLikedNull ( )

◆ setIsMovie()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsMovie ( bool newIsMovie)

◆ setIsMovieNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsMovieNull ( )

◆ setIsNews()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsNews ( bool newIsNews)

◆ setIsNewsNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsNewsNull ( )

◆ setIsSeries()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsSeries ( bool newIsSeries)

◆ setIsSeriesNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsSeriesNull ( )

◆ setIsSports()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsSports ( bool newIsSports)

◆ setIsSportsNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setIsSportsNull ( )

◆ setLimit()

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

◆ setLimitNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setLimitNull ( )

◆ setSortBy()

void Jellyfin::Loader::GetLiveTvChannelsParams::setSortBy ( QStringList newSortBy)

◆ setSortByNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setSortByNull ( )

◆ setSortOrder()

void Jellyfin::Loader::GetLiveTvChannelsParams::setSortOrder ( SortOrder newSortOrder)

◆ setSortOrderNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setSortOrderNull ( )

◆ setStartIndex()

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

◆ setStartIndexNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setStartIndexNull ( )

◆ setType()

void Jellyfin::Loader::GetLiveTvChannelsParams::setType ( ChannelType newType)

◆ setTypeNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setTypeNull ( )

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::GetLiveTvChannelsParams::setUserIdNull ( )

◆ sortBy()

const QStringList & Jellyfin::Loader::GetLiveTvChannelsParams::sortBy ( ) const

Optional. Key to sort by.

◆ sortByNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::sortByNull ( ) const

◆ sortOrder()

const SortOrder & Jellyfin::Loader::GetLiveTvChannelsParams::sortOrder ( ) const

Optional. Sort order.

◆ sortOrderNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::sortOrderNull ( ) const

◆ startIndex()

const qint32 & Jellyfin::Loader::GetLiveTvChannelsParams::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::GetLiveTvChannelsParams::startIndexNull ( ) const

◆ type()

const ChannelType & Jellyfin::Loader::GetLiveTvChannelsParams::type ( ) const

Optional. Filter by channel type.

◆ typeNull()

bool Jellyfin::Loader::GetLiveTvChannelsParams::typeNull ( ) const

◆ userId()

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

Optional. Filter by user and attach user data.

◆ userIdNull()

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

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