![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | seriesId () const |
| The series id. | |
| void | setSeriesId (QString newSeriesId) |
| const QString & | adjacentTo () const |
| Optional. Return items that are siblings of a supplied item. | |
| void | setAdjacentTo (QString newAdjacentTo) |
| bool | adjacentToNull () const |
| void | setAdjacentToNull () |
| 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 QList< ItemFields > & | fields () const |
| Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls. | |
| 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 bool & | isMissing () const |
| Optional. Filter by items that are missing episodes or not. | |
| void | setIsMissing (bool newIsMissing) |
| bool | isMissingNull () const |
| void | setIsMissingNull () |
| const qint32 & | limit () const |
| Optional. The maximum number of records to return. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const qint32 & | season () const |
| Optional filter by season number. | |
| void | setSeason (qint32 newSeason) |
| bool | seasonNull () const |
| void | setSeasonNull () |
| const QString & | seasonId () const |
| Optional. Filter by season id. | |
| void | setSeasonId (QString newSeasonId) |
| bool | seasonIdNull () const |
| void | setSeasonIdNull () |
| 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 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 & | startItemId () const |
| Optional. Skip through the list until a given item is found. | |
| void | setStartItemId (QString newStartItemId) |
| bool | startItemIdNull () const |
| void | setStartItemIdNull () |
| const QString & | userId () const |
| The user id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QString & Jellyfin::Loader::GetEpisodesParams::adjacentTo | ( | ) | const |
Optional. Return items that are siblings of a supplied item.
| bool Jellyfin::Loader::GetEpisodesParams::adjacentToNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetEpisodesParams::enableImages | ( | ) | const |
Optional, include image information in output.
| bool Jellyfin::Loader::GetEpisodesParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
| bool Jellyfin::Loader::GetEpisodesParams::enableImageTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetEpisodesParams::enableUserData | ( | ) | const |
Optional. Include user data.
| bool Jellyfin::Loader::GetEpisodesParams::enableUserDataNull | ( | ) | const |
| const QList< ItemFields > & Jellyfin::Loader::GetEpisodesParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
| bool Jellyfin::Loader::GetEpisodesParams::fieldsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetEpisodesParams::imageTypeLimit | ( | ) | const |
Optional, the max number of images to return, per image type.
| bool Jellyfin::Loader::GetEpisodesParams::imageTypeLimitNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetEpisodesParams::isMissing | ( | ) | const |
Optional. Filter by items that are missing episodes or not.
| bool Jellyfin::Loader::GetEpisodesParams::isMissingNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetEpisodesParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetEpisodesParams::limitNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetEpisodesParams::season | ( | ) | const |
Optional filter by season number.
| const QString & Jellyfin::Loader::GetEpisodesParams::seasonId | ( | ) | const |
Optional. Filter by season id.
| bool Jellyfin::Loader::GetEpisodesParams::seasonIdNull | ( | ) | const |
| bool Jellyfin::Loader::GetEpisodesParams::seasonNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetEpisodesParams::seriesId | ( | ) | const |
The series id.
| void Jellyfin::Loader::GetEpisodesParams::setAdjacentTo | ( | QString | newAdjacentTo | ) |
| void Jellyfin::Loader::GetEpisodesParams::setAdjacentToNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setEnableImages | ( | bool | newEnableImages | ) |
| void Jellyfin::Loader::GetEpisodesParams::setEnableImagesNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
| void Jellyfin::Loader::GetEpisodesParams::setEnableImageTypesNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setEnableUserData | ( | bool | newEnableUserData | ) |
| void Jellyfin::Loader::GetEpisodesParams::setEnableUserDataNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetEpisodesParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
| void Jellyfin::Loader::GetEpisodesParams::setImageTypeLimitNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setIsMissing | ( | bool | newIsMissing | ) |
| void Jellyfin::Loader::GetEpisodesParams::setIsMissingNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetEpisodesParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setSeason | ( | qint32 | newSeason | ) |
| void Jellyfin::Loader::GetEpisodesParams::setSeasonId | ( | QString | newSeasonId | ) |
| void Jellyfin::Loader::GetEpisodesParams::setSeasonIdNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setSeasonNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setSeriesId | ( | QString | newSeriesId | ) |
| void Jellyfin::Loader::GetEpisodesParams::setSortBy | ( | QString | newSortBy | ) |
| void Jellyfin::Loader::GetEpisodesParams::setSortByNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetEpisodesParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setStartItemId | ( | QString | newStartItemId | ) |
| void Jellyfin::Loader::GetEpisodesParams::setStartItemIdNull | ( | ) |
| void Jellyfin::Loader::GetEpisodesParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetEpisodesParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetEpisodesParams::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::GetEpisodesParams::sortByNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetEpisodesParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetEpisodesParams::startIndexNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetEpisodesParams::startItemId | ( | ) | const |
Optional. Skip through the list until a given item is found.
| bool Jellyfin::Loader::GetEpisodesParams::startItemIdNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetEpisodesParams::userId | ( | ) | const |
The user id.
| bool Jellyfin::Loader::GetEpisodesParams::userIdNull | ( | ) | const |