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

#include <requesttypes.h>

Public Member Functions

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. Include total record count.
void setEnableTotalRecordCount (bool newEnableTotalRecordCount)
bool enableTotalRecordCountNull () const
void setEnableTotalRecordCountNull ()
const QList< BaseItemKind > & excludeItemTypes () const
 Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
void setExcludeItemTypes (QList< BaseItemKind > newExcludeItemTypes)
bool excludeItemTypesNull () const
void setExcludeItemTypesNull ()
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 QList< BaseItemKind > & includeItemTypes () const
 Optional. If specified, results will be filtered in based on item type. This allows multiple, comma delimited.
void setIncludeItemTypes (QList< BaseItemKind > newIncludeItemTypes)
bool includeItemTypesNull () const
void setIncludeItemTypesNull ()
const bool & isFavorite () const
 Optional filter by items that are marked as favorite, or not.
void setIsFavorite (bool newIsFavorite)
bool isFavoriteNull () const
void setIsFavoriteNull ()
const qint32 & limit () const
 Optional. The maximum number of records to return.
void setLimit (qint32 newLimit)
bool limitNull () const
void setLimitNull ()
const QString & nameLessThan () const
 Optional filter by items whose name is equally or lesser than a given input string.
void setNameLessThan (QString newNameLessThan)
bool nameLessThanNull () const
void setNameLessThanNull ()
const QString & nameStartsWith () const
 Optional filter by items whose name is sorted equally than a given input string.
void setNameStartsWith (QString newNameStartsWith)
bool nameStartsWithNull () const
void setNameStartsWithNull ()
const QString & nameStartsWithOrGreater () const
 Optional filter by items whose name is sorted equally or greater than a given input string.
void setNameStartsWithOrGreater (QString newNameStartsWithOrGreater)
bool nameStartsWithOrGreaterNull () const
void setNameStartsWithOrGreaterNull ()
const QString & parentId () const
 Specify this to localize the search to a specific item or folder. Omit to use the root.
void setParentId (QString newParentId)
bool parentIdNull () const
void setParentIdNull ()
const QString & searchTerm () const
 The search term.
void setSearchTerm (QString newSearchTerm)
bool searchTermNull () const
void setSearchTermNull ()
const QList< ItemSortBy > & sortBy () const
 Optional. Specify one or more sort orders, comma delimited.
void setSortBy (QList< ItemSortBy > newSortBy)
bool sortByNull () const
void setSortByNull ()
const QList< SortOrder > & sortOrder () const
 Sort Order - Ascending,Descending.
void setSortOrder (QList< 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 QString & userId () const
 User id.
void setUserId (QString newUserId)
bool userIdNull () const
void setUserIdNull ()

Member Function Documentation

◆ enableImages()

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

Optional, include image information in output.

◆ enableImagesNull()

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

◆ enableImageTypes()

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

Optional. The image types to include in the output.

◆ enableImageTypesNull()

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

◆ enableTotalRecordCount()

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

Optional. Include total record count.

◆ enableTotalRecordCountNull()

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

◆ excludeItemTypes()

const QList< BaseItemKind > & Jellyfin::Loader::GetGenresParams::excludeItemTypes ( ) const

Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.

◆ excludeItemTypesNull()

bool Jellyfin::Loader::GetGenresParams::excludeItemTypesNull ( ) const

◆ fields()

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

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

◆ fieldsNull()

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

◆ imageTypeLimit()

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

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

◆ imageTypeLimitNull()

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

◆ includeItemTypes()

const QList< BaseItemKind > & Jellyfin::Loader::GetGenresParams::includeItemTypes ( ) const

Optional. If specified, results will be filtered in based on item type. This allows multiple, comma delimited.

◆ includeItemTypesNull()

bool Jellyfin::Loader::GetGenresParams::includeItemTypesNull ( ) const

◆ isFavorite()

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

Optional filter by items that are marked as favorite, or not.

◆ isFavoriteNull()

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

◆ limit()

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

Optional. The maximum number of records to return.

◆ limitNull()

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

◆ nameLessThan()

const QString & Jellyfin::Loader::GetGenresParams::nameLessThan ( ) const

Optional filter by items whose name is equally or lesser than a given input string.

◆ nameLessThanNull()

bool Jellyfin::Loader::GetGenresParams::nameLessThanNull ( ) const

◆ nameStartsWith()

const QString & Jellyfin::Loader::GetGenresParams::nameStartsWith ( ) const

Optional filter by items whose name is sorted equally than a given input string.

◆ nameStartsWithNull()

bool Jellyfin::Loader::GetGenresParams::nameStartsWithNull ( ) const

◆ nameStartsWithOrGreater()

const QString & Jellyfin::Loader::GetGenresParams::nameStartsWithOrGreater ( ) const

Optional filter by items whose name is sorted equally or greater than a given input string.

◆ nameStartsWithOrGreaterNull()

bool Jellyfin::Loader::GetGenresParams::nameStartsWithOrGreaterNull ( ) const

◆ parentId()

const QString & Jellyfin::Loader::GetGenresParams::parentId ( ) const

Specify this to localize the search to a specific item or folder. Omit to use the root.

◆ parentIdNull()

bool Jellyfin::Loader::GetGenresParams::parentIdNull ( ) const

◆ searchTerm()

const QString & Jellyfin::Loader::GetGenresParams::searchTerm ( ) const

The search term.

◆ searchTermNull()

bool Jellyfin::Loader::GetGenresParams::searchTermNull ( ) const

◆ setEnableImages()

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

◆ setEnableImagesNull()

void Jellyfin::Loader::GetGenresParams::setEnableImagesNull ( )

◆ setEnableImageTypes()

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

◆ setEnableImageTypesNull()

void Jellyfin::Loader::GetGenresParams::setEnableImageTypesNull ( )

◆ setEnableTotalRecordCount()

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

◆ setEnableTotalRecordCountNull()

void Jellyfin::Loader::GetGenresParams::setEnableTotalRecordCountNull ( )

◆ setExcludeItemTypes()

void Jellyfin::Loader::GetGenresParams::setExcludeItemTypes ( QList< BaseItemKind > newExcludeItemTypes)

◆ setExcludeItemTypesNull()

void Jellyfin::Loader::GetGenresParams::setExcludeItemTypesNull ( )

◆ setFields()

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

◆ setFieldsNull()

void Jellyfin::Loader::GetGenresParams::setFieldsNull ( )

◆ setImageTypeLimit()

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

◆ setImageTypeLimitNull()

void Jellyfin::Loader::GetGenresParams::setImageTypeLimitNull ( )

◆ setIncludeItemTypes()

void Jellyfin::Loader::GetGenresParams::setIncludeItemTypes ( QList< BaseItemKind > newIncludeItemTypes)

◆ setIncludeItemTypesNull()

void Jellyfin::Loader::GetGenresParams::setIncludeItemTypesNull ( )

◆ setIsFavorite()

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

◆ setIsFavoriteNull()

void Jellyfin::Loader::GetGenresParams::setIsFavoriteNull ( )

◆ setLimit()

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

◆ setLimitNull()

void Jellyfin::Loader::GetGenresParams::setLimitNull ( )

◆ setNameLessThan()

void Jellyfin::Loader::GetGenresParams::setNameLessThan ( QString newNameLessThan)

◆ setNameLessThanNull()

void Jellyfin::Loader::GetGenresParams::setNameLessThanNull ( )

◆ setNameStartsWith()

void Jellyfin::Loader::GetGenresParams::setNameStartsWith ( QString newNameStartsWith)

◆ setNameStartsWithNull()

void Jellyfin::Loader::GetGenresParams::setNameStartsWithNull ( )

◆ setNameStartsWithOrGreater()

void Jellyfin::Loader::GetGenresParams::setNameStartsWithOrGreater ( QString newNameStartsWithOrGreater)

◆ setNameStartsWithOrGreaterNull()

void Jellyfin::Loader::GetGenresParams::setNameStartsWithOrGreaterNull ( )

◆ setParentId()

void Jellyfin::Loader::GetGenresParams::setParentId ( QString newParentId)

◆ setParentIdNull()

void Jellyfin::Loader::GetGenresParams::setParentIdNull ( )

◆ setSearchTerm()

void Jellyfin::Loader::GetGenresParams::setSearchTerm ( QString newSearchTerm)

◆ setSearchTermNull()

void Jellyfin::Loader::GetGenresParams::setSearchTermNull ( )

◆ setSortBy()

void Jellyfin::Loader::GetGenresParams::setSortBy ( QList< ItemSortBy > newSortBy)

◆ setSortByNull()

void Jellyfin::Loader::GetGenresParams::setSortByNull ( )

◆ setSortOrder()

void Jellyfin::Loader::GetGenresParams::setSortOrder ( QList< SortOrder > newSortOrder)

◆ setSortOrderNull()

void Jellyfin::Loader::GetGenresParams::setSortOrderNull ( )

◆ setStartIndex()

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

◆ setStartIndexNull()

void Jellyfin::Loader::GetGenresParams::setStartIndexNull ( )

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::GetGenresParams::setUserIdNull ( )

◆ sortBy()

const QList< ItemSortBy > & Jellyfin::Loader::GetGenresParams::sortBy ( ) const

Optional. Specify one or more sort orders, comma delimited.

◆ sortByNull()

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

◆ sortOrder()

const QList< SortOrder > & Jellyfin::Loader::GetGenresParams::sortOrder ( ) const

Sort Order - Ascending,Descending.

◆ sortOrderNull()

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

◆ startIndex()

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

◆ userId()

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

User id.

◆ userIdNull()

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

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