![]() |
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 & | enableUserData () const |
| Optional. Include user data. | |
| void | setEnableUserData (bool newEnableUserData) |
| bool | enableUserDataNull () const |
| void | setEnableUserDataNull () |
| const QStringList & | excludeItemTypes () const |
| Optional. If specified, results will be excluded 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 included based on item type. This allows multiple, comma delimited. | |
| void | setIncludeItemTypes (QStringList newIncludeItemTypes) |
| bool | includeItemTypesNull () const |
| void | setIncludeItemTypesNull () |
| const qint32 & | limit () const |
| Optional. The maximum number of records to return. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QStringList & | mediaTypes () const |
| Optional. Filter by MediaType. Allows multiple, comma delimited. | |
| void | setMediaTypes (QStringList newMediaTypes) |
| bool | mediaTypesNull () const |
| void | setMediaTypesNull () |
| 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 bool & | recursive () const |
| Search recursively. | |
| void | setRecursive (bool newRecursive) |
| bool | recursiveNull () const |
| void | setRecursiveNull () |
| 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 |
| Sort Order - Ascending,Descending. | |
| void | setSortOrder (QString newSortOrder) |
| bool | sortOrderNull () const |
| void | setSortOrderNull () |
| const qint32 & | startIndex () const |
| Skips over a given number of items within the results. Use for paging. | |
| 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::GetYearsParams::enableImages | ( | ) | const |
Optional. Include image information in output.
| bool Jellyfin::Loader::GetYearsParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
| bool Jellyfin::Loader::GetYearsParams::enableImageTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetYearsParams::enableUserData | ( | ) | const |
Optional. Include user data.
| bool Jellyfin::Loader::GetYearsParams::enableUserDataNull | ( | ) | const |
| const QStringList & Jellyfin::Loader::GetYearsParams::excludeItemTypes | ( | ) | const |
Optional. If specified, results will be excluded based on item type. This allows multiple, comma delimited.
| bool Jellyfin::Loader::GetYearsParams::excludeItemTypesNull | ( | ) | const |
| const QList< ItemFields > & Jellyfin::Loader::GetYearsParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
| bool Jellyfin::Loader::GetYearsParams::fieldsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetYearsParams::imageTypeLimit | ( | ) | const |
Optional. The max number of images to return, per image type.
| bool Jellyfin::Loader::GetYearsParams::imageTypeLimitNull | ( | ) | const |
| const QStringList & Jellyfin::Loader::GetYearsParams::includeItemTypes | ( | ) | const |
Optional. If specified, results will be included based on item type. This allows multiple, comma delimited.
| bool Jellyfin::Loader::GetYearsParams::includeItemTypesNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetYearsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetYearsParams::limitNull | ( | ) | const |
| const QStringList & Jellyfin::Loader::GetYearsParams::mediaTypes | ( | ) | const |
Optional. Filter by MediaType. Allows multiple, comma delimited.
| bool Jellyfin::Loader::GetYearsParams::mediaTypesNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetYearsParams::parentId | ( | ) | const |
Specify this to localize the search to a specific item or folder. Omit to use the root.
| bool Jellyfin::Loader::GetYearsParams::parentIdNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetYearsParams::recursive | ( | ) | const |
Search recursively.
| bool Jellyfin::Loader::GetYearsParams::recursiveNull | ( | ) | const |
| void Jellyfin::Loader::GetYearsParams::setEnableImages | ( | bool | newEnableImages | ) |
| void Jellyfin::Loader::GetYearsParams::setEnableImagesNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
| void Jellyfin::Loader::GetYearsParams::setEnableImageTypesNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setEnableUserData | ( | bool | newEnableUserData | ) |
| void Jellyfin::Loader::GetYearsParams::setEnableUserDataNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setExcludeItemTypes | ( | QStringList | newExcludeItemTypes | ) |
| void Jellyfin::Loader::GetYearsParams::setExcludeItemTypesNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetYearsParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
| void Jellyfin::Loader::GetYearsParams::setImageTypeLimitNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setIncludeItemTypes | ( | QStringList | newIncludeItemTypes | ) |
| void Jellyfin::Loader::GetYearsParams::setIncludeItemTypesNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetYearsParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setMediaTypes | ( | QStringList | newMediaTypes | ) |
| void Jellyfin::Loader::GetYearsParams::setMediaTypesNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setParentId | ( | QString | newParentId | ) |
| void Jellyfin::Loader::GetYearsParams::setParentIdNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setRecursive | ( | bool | newRecursive | ) |
| void Jellyfin::Loader::GetYearsParams::setRecursiveNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setSortBy | ( | QString | newSortBy | ) |
| void Jellyfin::Loader::GetYearsParams::setSortByNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setSortOrder | ( | QString | newSortOrder | ) |
| void Jellyfin::Loader::GetYearsParams::setSortOrderNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetYearsParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetYearsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetYearsParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetYearsParams::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.
| bool Jellyfin::Loader::GetYearsParams::sortByNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetYearsParams::sortOrder | ( | ) | const |
Sort Order - Ascending,Descending.
| bool Jellyfin::Loader::GetYearsParams::sortOrderNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetYearsParams::startIndex | ( | ) | const |
Skips over a given number of items within the results. Use for paging.
| bool Jellyfin::Loader::GetYearsParams::startIndexNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetYearsParams::userId | ( | ) | const |
User Id.
| bool Jellyfin::Loader::GetYearsParams::userIdNull | ( | ) | const |