Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#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 QStringList & | excludeItemTypes () const |
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited. | |
void | setExcludeItemTypes (QStringList 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 QStringList & | includeItemTypes () const |
Optional. If specified, results will be filtered in based on item type. This allows multiple, comma delimited. | |
void | setIncludeItemTypes (QStringList 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 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 () |
const bool & Jellyfin::Loader::GetMusicGenresParams::enableImages | ( | ) | const |
Optional, include image information in output.
bool Jellyfin::Loader::GetMusicGenresParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
bool Jellyfin::Loader::GetMusicGenresParams::enableImageTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMusicGenresParams::enableTotalRecordCount | ( | ) | const |
Optional. Include total record count.
bool Jellyfin::Loader::GetMusicGenresParams::enableTotalRecordCountNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetMusicGenresParams::excludeItemTypes | ( | ) | const |
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
bool Jellyfin::Loader::GetMusicGenresParams::excludeItemTypesNull | ( | ) | const |
const QList< ItemFields > & Jellyfin::Loader::GetMusicGenresParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
bool Jellyfin::Loader::GetMusicGenresParams::fieldsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMusicGenresParams::imageTypeLimit | ( | ) | const |
Optional, the max number of images to return, per image type.
bool Jellyfin::Loader::GetMusicGenresParams::imageTypeLimitNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetMusicGenresParams::includeItemTypes | ( | ) | const |
Optional. If specified, results will be filtered in based on item type. This allows multiple, comma delimited.
bool Jellyfin::Loader::GetMusicGenresParams::includeItemTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMusicGenresParams::isFavorite | ( | ) | const |
Optional filter by items that are marked as favorite, or not.
bool Jellyfin::Loader::GetMusicGenresParams::isFavoriteNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMusicGenresParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
bool Jellyfin::Loader::GetMusicGenresParams::limitNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMusicGenresParams::nameLessThan | ( | ) | const |
Optional filter by items whose name is equally or lesser than a given input string.
bool Jellyfin::Loader::GetMusicGenresParams::nameLessThanNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMusicGenresParams::nameStartsWith | ( | ) | const |
Optional filter by items whose name is sorted equally than a given input string.
bool Jellyfin::Loader::GetMusicGenresParams::nameStartsWithNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMusicGenresParams::nameStartsWithOrGreater | ( | ) | const |
Optional filter by items whose name is sorted equally or greater than a given input string.
bool Jellyfin::Loader::GetMusicGenresParams::nameStartsWithOrGreaterNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMusicGenresParams::parentId | ( | ) | const |
Specify this to localize the search to a specific item or folder. Omit to use the root.
bool Jellyfin::Loader::GetMusicGenresParams::parentIdNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMusicGenresParams::searchTerm | ( | ) | const |
The search term.
bool Jellyfin::Loader::GetMusicGenresParams::searchTermNull | ( | ) | const |
void Jellyfin::Loader::GetMusicGenresParams::setEnableImages | ( | bool | newEnableImages | ) |
void Jellyfin::Loader::GetMusicGenresParams::setEnableImagesNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
void Jellyfin::Loader::GetMusicGenresParams::setEnableImageTypesNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setEnableTotalRecordCount | ( | bool | newEnableTotalRecordCount | ) |
void Jellyfin::Loader::GetMusicGenresParams::setEnableTotalRecordCountNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setExcludeItemTypes | ( | QStringList | newExcludeItemTypes | ) |
void Jellyfin::Loader::GetMusicGenresParams::setExcludeItemTypesNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setFields | ( | QList< ItemFields > | newFields | ) |
void Jellyfin::Loader::GetMusicGenresParams::setFieldsNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
void Jellyfin::Loader::GetMusicGenresParams::setImageTypeLimitNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setIncludeItemTypes | ( | QStringList | newIncludeItemTypes | ) |
void Jellyfin::Loader::GetMusicGenresParams::setIncludeItemTypesNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setIsFavorite | ( | bool | newIsFavorite | ) |
void Jellyfin::Loader::GetMusicGenresParams::setIsFavoriteNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setLimit | ( | qint32 | newLimit | ) |
void Jellyfin::Loader::GetMusicGenresParams::setLimitNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setNameLessThan | ( | QString | newNameLessThan | ) |
void Jellyfin::Loader::GetMusicGenresParams::setNameLessThanNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setNameStartsWith | ( | QString | newNameStartsWith | ) |
void Jellyfin::Loader::GetMusicGenresParams::setNameStartsWithNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setNameStartsWithOrGreater | ( | QString | newNameStartsWithOrGreater | ) |
void Jellyfin::Loader::GetMusicGenresParams::setNameStartsWithOrGreaterNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setParentId | ( | QString | newParentId | ) |
void Jellyfin::Loader::GetMusicGenresParams::setParentIdNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setSearchTerm | ( | QString | newSearchTerm | ) |
void Jellyfin::Loader::GetMusicGenresParams::setSearchTermNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setStartIndex | ( | qint32 | newStartIndex | ) |
void Jellyfin::Loader::GetMusicGenresParams::setStartIndexNull | ( | ) |
void Jellyfin::Loader::GetMusicGenresParams::setUserId | ( | QString | newUserId | ) |
void Jellyfin::Loader::GetMusicGenresParams::setUserIdNull | ( | ) |
const qint32 & Jellyfin::Loader::GetMusicGenresParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
bool Jellyfin::Loader::GetMusicGenresParams::startIndexNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMusicGenresParams::userId | ( | ) | const |
User id.
bool Jellyfin::Loader::GetMusicGenresParams::userIdNull | ( | ) | const |