Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::GetLogEntriesParams Class Reference

#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 ()
 

Member Function Documentation

◆ hasUserId()

const bool & Jellyfin::Loader::GetLogEntriesParams::hasUserId ( ) const

Optional. Filter log entries if it has user id, or not.

◆ hasUserIdNull()

bool Jellyfin::Loader::GetLogEntriesParams::hasUserIdNull ( ) const

◆ limit()

const qint32 & Jellyfin::Loader::GetLogEntriesParams::limit ( ) const

Optional. The maximum number of records to return.

◆ limitNull()

bool Jellyfin::Loader::GetLogEntriesParams::limitNull ( ) const

◆ minDate()

const QDateTime & Jellyfin::Loader::GetLogEntriesParams::minDate ( ) const

Optional. The minimum date. Format = ISO.

◆ minDateNull()

bool Jellyfin::Loader::GetLogEntriesParams::minDateNull ( ) const

◆ setHasUserId()

void Jellyfin::Loader::GetLogEntriesParams::setHasUserId ( bool newHasUserId)

◆ setHasUserIdNull()

void Jellyfin::Loader::GetLogEntriesParams::setHasUserIdNull ( )

◆ setLimit()

void Jellyfin::Loader::GetLogEntriesParams::setLimit ( qint32 newLimit)

◆ setLimitNull()

void Jellyfin::Loader::GetLogEntriesParams::setLimitNull ( )

◆ setMinDate()

void Jellyfin::Loader::GetLogEntriesParams::setMinDate ( QDateTime newMinDate)

◆ setMinDateNull()

void Jellyfin::Loader::GetLogEntriesParams::setMinDateNull ( )

◆ setStartIndex()

void Jellyfin::Loader::GetLogEntriesParams::setStartIndex ( qint32 newStartIndex)

◆ setStartIndexNull()

void Jellyfin::Loader::GetLogEntriesParams::setStartIndexNull ( )

◆ startIndex()

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.

◆ startIndexNull()

bool Jellyfin::Loader::GetLogEntriesParams::startIndexNull ( ) const

The documentation for this class was generated from the following files: