![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const bool & | hasUserId () const |
| Optional. Filter log entries if it has user id, or not. | |
| void | setHasUserId (bool newHasUserId) |
| bool | hasUserIdNull () const |
| void | setHasUserIdNull () |
| const qint32 & | limit () const |
| Optional. The maximum number of records to return. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QDateTime & | minDate () const |
| Optional. The minimum date. Format = ISO. | |
| void | setMinDate (QDateTime newMinDate) |
| bool | minDateNull () const |
| void | setMinDateNull () |
| 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 bool & Jellyfin::Loader::GetLogEntriesParams::hasUserId | ( | ) | const |
Optional. Filter log entries if it has user id, or not.
| bool Jellyfin::Loader::GetLogEntriesParams::hasUserIdNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetLogEntriesParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetLogEntriesParams::limitNull | ( | ) | const |
| const QDateTime & Jellyfin::Loader::GetLogEntriesParams::minDate | ( | ) | const |
Optional. The minimum date. Format = ISO.
| bool Jellyfin::Loader::GetLogEntriesParams::minDateNull | ( | ) | const |
| void Jellyfin::Loader::GetLogEntriesParams::setHasUserId | ( | bool | newHasUserId | ) |
| void Jellyfin::Loader::GetLogEntriesParams::setHasUserIdNull | ( | ) |
| void Jellyfin::Loader::GetLogEntriesParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetLogEntriesParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetLogEntriesParams::setMinDate | ( | QDateTime | newMinDate | ) |
| void Jellyfin::Loader::GetLogEntriesParams::setMinDateNull | ( | ) |
| void Jellyfin::Loader::GetLogEntriesParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetLogEntriesParams::setStartIndexNull | ( | ) |
| const qint32 & Jellyfin::Loader::GetLogEntriesParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetLogEntriesParams::startIndexNull | ( | ) | const |