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

#include <requesttypes.h>

Public Member Functions

const QString & channelId () const
 Channel Id.

 
void setChannelId (QString newChannelId)
 
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 QList< ItemFilter > & filters () const
 Optional. Specify additional filters to apply.

 
void setFilters (QList< ItemFilter > newFilters)
 
bool filtersNull () const
 
void setFiltersNull ()
 
const QString & folderId () const
 Optional. Folder Id.
 
void setFolderId (QString newFolderId)
 
bool folderIdNull () const
 
void setFolderIdNull ()
 
const qint32 & limit () const
 Optional. The maximum number of records to return.

 
void setLimit (qint32 newLimit)
 
bool limitNull () const
 
void setLimitNull ()
 
const QString & sortBy () const
 Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.

 
void setSortBy (QString newSortBy)
 
bool sortByNull () const
 
void setSortByNull ()
 
const QString & sortOrder () const
 Optional. Sort Order - Ascending,Descending.
 
void setSortOrder (QString 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 QString & userId () const
 Optional. User Id.

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

Member Function Documentation

◆ channelId()

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

Channel Id.

◆ fields()

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

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

◆ fieldsNull()

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

◆ filters()

const QList< ItemFilter > & Jellyfin::Loader::GetChannelItemsParams::filters ( ) const

Optional. Specify additional filters to apply.

◆ filtersNull()

bool Jellyfin::Loader::GetChannelItemsParams::filtersNull ( ) const

◆ folderId()

const QString & Jellyfin::Loader::GetChannelItemsParams::folderId ( ) const

Optional. Folder Id.

◆ folderIdNull()

bool Jellyfin::Loader::GetChannelItemsParams::folderIdNull ( ) const

◆ limit()

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

Optional. The maximum number of records to return.

◆ limitNull()

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

◆ setChannelId()

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

◆ setFields()

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

◆ setFieldsNull()

void Jellyfin::Loader::GetChannelItemsParams::setFieldsNull ( )

◆ setFilters()

void Jellyfin::Loader::GetChannelItemsParams::setFilters ( QList< ItemFilter > newFilters)

◆ setFiltersNull()

void Jellyfin::Loader::GetChannelItemsParams::setFiltersNull ( )

◆ setFolderId()

void Jellyfin::Loader::GetChannelItemsParams::setFolderId ( QString newFolderId)

◆ setFolderIdNull()

void Jellyfin::Loader::GetChannelItemsParams::setFolderIdNull ( )

◆ setLimit()

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

◆ setLimitNull()

void Jellyfin::Loader::GetChannelItemsParams::setLimitNull ( )

◆ setSortBy()

void Jellyfin::Loader::GetChannelItemsParams::setSortBy ( QString newSortBy)

◆ setSortByNull()

void Jellyfin::Loader::GetChannelItemsParams::setSortByNull ( )

◆ setSortOrder()

void Jellyfin::Loader::GetChannelItemsParams::setSortOrder ( QString newSortOrder)

◆ setSortOrderNull()

void Jellyfin::Loader::GetChannelItemsParams::setSortOrderNull ( )

◆ setStartIndex()

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

◆ setStartIndexNull()

void Jellyfin::Loader::GetChannelItemsParams::setStartIndexNull ( )

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::GetChannelItemsParams::setUserIdNull ( )

◆ sortBy()

const QString & Jellyfin::Loader::GetChannelItemsParams::sortBy ( ) const

Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.

◆ sortByNull()

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

◆ sortOrder()

const QString & Jellyfin::Loader::GetChannelItemsParams::sortOrder ( ) const

Optional. Sort Order - Ascending,Descending.

◆ sortOrderNull()

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

◆ startIndex()

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

◆ userId()

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

Optional. User Id.

◆ userIdNull()

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

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