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

#include <requesttypes.h>

Public Member Functions

const QStringList & channelIds () const
 Optional. Specify one or more channel id's, comma delimited.
 
void setChannelIds (QStringList newChannelIds)
 
bool channelIdsNull () const
 
void setChannelIdsNull ()
 
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 qint32 & limit () const
 Optional. The maximum number of records to return.

 
void setLimit (qint32 newLimit)
 
bool limitNull () const
 
void setLimitNull ()
 
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

◆ channelIds()

const QStringList & Jellyfin::Loader::GetLatestChannelItemsParams::channelIds ( ) const

Optional. Specify one or more channel id's, comma delimited.

◆ channelIdsNull()

bool Jellyfin::Loader::GetLatestChannelItemsParams::channelIdsNull ( ) const

◆ fields()

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

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

◆ fieldsNull()

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

◆ filters()

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

Optional. Specify additional filters to apply.

◆ filtersNull()

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

◆ limit()

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

Optional. The maximum number of records to return.

◆ limitNull()

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

◆ setChannelIds()

void Jellyfin::Loader::GetLatestChannelItemsParams::setChannelIds ( QStringList newChannelIds)

◆ setChannelIdsNull()

void Jellyfin::Loader::GetLatestChannelItemsParams::setChannelIdsNull ( )

◆ setFields()

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

◆ setFieldsNull()

void Jellyfin::Loader::GetLatestChannelItemsParams::setFieldsNull ( )

◆ setFilters()

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

◆ setFiltersNull()

void Jellyfin::Loader::GetLatestChannelItemsParams::setFiltersNull ( )

◆ setLimit()

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

◆ setLimitNull()

void Jellyfin::Loader::GetLatestChannelItemsParams::setLimitNull ( )

◆ setStartIndex()

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

◆ setStartIndexNull()

void Jellyfin::Loader::GetLatestChannelItemsParams::setStartIndexNull ( )

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::GetLatestChannelItemsParams::setUserIdNull ( )

◆ startIndex()

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

◆ userId()

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

Optional. User Id.

◆ userIdNull()

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

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