Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
const bool & | disableFirstEpisode () const |
Whether to disable sending the first episode in a series as next up. | |
void | setDisableFirstEpisode (bool newDisableFirstEpisode) |
bool | disableFirstEpisodeNull () const |
void | setDisableFirstEpisodeNull () |
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 & | enableImges () const |
Optional. Include image information in output. | |
void | setEnableImges (bool newEnableImges) |
bool | enableImgesNull () const |
void | setEnableImgesNull () |
const bool & | enableTotalRecordCount () const |
Whether to enable the total records count. Defaults to true. | |
void | setEnableTotalRecordCount (bool newEnableTotalRecordCount) |
bool | enableTotalRecordCountNull () const |
void | setEnableTotalRecordCountNull () |
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. | |
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 qint32 & | limit () const |
Optional. The maximum number of records to return. | |
void | setLimit (qint32 newLimit) |
bool | limitNull () const |
void | setLimitNull () |
const QString & | parentId () const |
Optional. 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 & | seriesId () const |
Optional. Filter by series id. | |
void | setSeriesId (QString newSeriesId) |
bool | seriesIdNull () const |
void | setSeriesIdNull () |
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 |
The user id of the user to get the next up episodes for. | |
void | setUserId (QString newUserId) |
bool | userIdNull () const |
void | setUserIdNull () |
const bool & Jellyfin::Loader::GetNextUpParams::disableFirstEpisode | ( | ) | const |
Whether to disable sending the first episode in a series as next up.
bool Jellyfin::Loader::GetNextUpParams::disableFirstEpisodeNull | ( | ) | const |
Optional. The image types to include in the output.
bool Jellyfin::Loader::GetNextUpParams::enableImageTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetNextUpParams::enableImges | ( | ) | const |
Optional. Include image information in output.
bool Jellyfin::Loader::GetNextUpParams::enableImgesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetNextUpParams::enableTotalRecordCount | ( | ) | const |
Whether to enable the total records count. Defaults to true.
bool Jellyfin::Loader::GetNextUpParams::enableTotalRecordCountNull | ( | ) | const |
const bool & Jellyfin::Loader::GetNextUpParams::enableUserData | ( | ) | const |
Optional. Include user data.
bool Jellyfin::Loader::GetNextUpParams::enableUserDataNull | ( | ) | const |
const QList< ItemFields > & Jellyfin::Loader::GetNextUpParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
bool Jellyfin::Loader::GetNextUpParams::fieldsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetNextUpParams::imageTypeLimit | ( | ) | const |
Optional. The max number of images to return, per image type.
bool Jellyfin::Loader::GetNextUpParams::imageTypeLimitNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetNextUpParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
bool Jellyfin::Loader::GetNextUpParams::limitNull | ( | ) | const |
const QString & Jellyfin::Loader::GetNextUpParams::parentId | ( | ) | const |
Optional. Specify this to localize the search to a specific item or folder. Omit to use the root.
bool Jellyfin::Loader::GetNextUpParams::parentIdNull | ( | ) | const |
const QString & Jellyfin::Loader::GetNextUpParams::seriesId | ( | ) | const |
Optional. Filter by series id.
bool Jellyfin::Loader::GetNextUpParams::seriesIdNull | ( | ) | const |
void Jellyfin::Loader::GetNextUpParams::setDisableFirstEpisode | ( | bool | newDisableFirstEpisode | ) |
void Jellyfin::Loader::GetNextUpParams::setDisableFirstEpisodeNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
void Jellyfin::Loader::GetNextUpParams::setEnableImageTypesNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setEnableImges | ( | bool | newEnableImges | ) |
void Jellyfin::Loader::GetNextUpParams::setEnableImgesNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setEnableTotalRecordCount | ( | bool | newEnableTotalRecordCount | ) |
void Jellyfin::Loader::GetNextUpParams::setEnableTotalRecordCountNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setEnableUserData | ( | bool | newEnableUserData | ) |
void Jellyfin::Loader::GetNextUpParams::setEnableUserDataNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setFields | ( | QList< ItemFields > | newFields | ) |
void Jellyfin::Loader::GetNextUpParams::setFieldsNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
void Jellyfin::Loader::GetNextUpParams::setImageTypeLimitNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setLimit | ( | qint32 | newLimit | ) |
void Jellyfin::Loader::GetNextUpParams::setLimitNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setParentId | ( | QString | newParentId | ) |
void Jellyfin::Loader::GetNextUpParams::setParentIdNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setSeriesId | ( | QString | newSeriesId | ) |
void Jellyfin::Loader::GetNextUpParams::setSeriesIdNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setStartIndex | ( | qint32 | newStartIndex | ) |
void Jellyfin::Loader::GetNextUpParams::setStartIndexNull | ( | ) |
void Jellyfin::Loader::GetNextUpParams::setUserId | ( | QString | newUserId | ) |
void Jellyfin::Loader::GetNextUpParams::setUserIdNull | ( | ) |
const qint32 & Jellyfin::Loader::GetNextUpParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
bool Jellyfin::Loader::GetNextUpParams::startIndexNull | ( | ) | const |
const QString & Jellyfin::Loader::GetNextUpParams::userId | ( | ) | const |
The user id of the user to get the next up episodes for.
bool Jellyfin::Loader::GetNextUpParams::userIdNull | ( | ) | const |