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

#include <getprogramsdto.h>

Public Member Functions

 GetProgramsDto (QString userId, bool enableTotalRecordCount, QString librarySeriesId)
 
 GetProgramsDto (const GetProgramsDto &other)
 
void replaceData (GetProgramsDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QStringList channelIds () const
 Gets or sets the channels to return guide information for.
 
void setChannelIds (QStringList newChannelIds)
 Gets or sets the channels to return guide information for.
 
bool channelIdsNull () const
 
void setChannelIdsNull ()
 
QString userId () const
 Gets or sets optional. Filter by user id.
 
void setUserId (QString newUserId)
 Gets or sets optional. Filter by user id.
 
QDateTime minStartDate () const
 
void setMinStartDate (QDateTime newMinStartDate)
 
bool minStartDateNull () const
 
void setMinStartDateNull ()
 
std::optional< bool > hasAired () const
 
void setHasAired (std::optional< bool > newHasAired)
 
bool hasAiredNull () const
 
void setHasAiredNull ()
 
std::optional< bool > isAiring () const
 
void setIsAiring (std::optional< bool > newIsAiring)
 
bool isAiringNull () const
 
void setIsAiringNull ()
 
QDateTime maxStartDate () const
 
void setMaxStartDate (QDateTime newMaxStartDate)
 
bool maxStartDateNull () const
 
void setMaxStartDateNull ()
 
QDateTime minEndDate () const
 
void setMinEndDate (QDateTime newMinEndDate)
 
bool minEndDateNull () const
 
void setMinEndDateNull ()
 
QDateTime maxEndDate () const
 
void setMaxEndDate (QDateTime newMaxEndDate)
 
bool maxEndDateNull () const
 
void setMaxEndDateNull ()
 
std::optional< bool > isMovie () const
 
void setIsMovie (std::optional< bool > newIsMovie)
 
bool isMovieNull () const
 
void setIsMovieNull ()
 
std::optional< bool > isSeries () const
 
void setIsSeries (std::optional< bool > newIsSeries)
 
bool isSeriesNull () const
 
void setIsSeriesNull ()
 
std::optional< bool > isNews () const
 
void setIsNews (std::optional< bool > newIsNews)
 
bool isNewsNull () const
 
void setIsNewsNull ()
 
std::optional< bool > isKids () const
 
void setIsKids (std::optional< bool > newIsKids)
 
bool isKidsNull () const
 
void setIsKidsNull ()
 
std::optional< bool > isSports () const
 
void setIsSports (std::optional< bool > newIsSports)
 
bool isSportsNull () const
 
void setIsSportsNull ()
 
std::optional< qint32 > startIndex () const
 
void setStartIndex (std::optional< qint32 > newStartIndex)
 
bool startIndexNull () const
 
void setStartIndexNull ()
 
std::optional< qint32 > limit () const
 
void setLimit (std::optional< qint32 > newLimit)
 
bool limitNull () const
 
void setLimitNull ()
 
QString sortBy () const
 
void setSortBy (QString newSortBy)
 
bool sortByNull () const
 
void setSortByNull ()
 
QString sortOrder () const
 Gets or sets sort Order - Ascending,Descending.
 
void setSortOrder (QString newSortOrder)
 Gets or sets sort Order - Ascending,Descending.
 
bool sortOrderNull () const
 
void setSortOrderNull ()
 
QStringList genres () const
 Gets or sets the genres to return guide information for.
 
void setGenres (QStringList newGenres)
 Gets or sets the genres to return guide information for.
 
bool genresNull () const
 
void setGenresNull ()
 
QStringList genreIds () const
 Gets or sets the genre ids to return guide information for.
 
void setGenreIds (QStringList newGenreIds)
 Gets or sets the genre ids to return guide information for.
 
bool genreIdsNull () const
 
void setGenreIdsNull ()
 
std::optional< bool > enableImages () const
 
void setEnableImages (std::optional< bool > newEnableImages)
 
bool enableImagesNull () const
 
void setEnableImagesNull ()
 
bool enableTotalRecordCount () const
 Gets or sets a value indicating whether retrieve total record count.
 
void setEnableTotalRecordCount (bool newEnableTotalRecordCount)
 Gets or sets a value indicating whether retrieve total record count.
 
std::optional< qint32 > imageTypeLimit () const
 
void setImageTypeLimit (std::optional< qint32 > newImageTypeLimit)
 
bool imageTypeLimitNull () const
 
void setImageTypeLimitNull ()
 
QList< ImageTypeenableImageTypes () const
 
void setEnableImageTypes (QList< ImageType > newEnableImageTypes)
 
bool enableImageTypesNull () const
 
void setEnableImageTypesNull ()
 
std::optional< bool > enableUserData () const
 
void setEnableUserData (std::optional< bool > newEnableUserData)
 
bool enableUserDataNull () const
 
void setEnableUserDataNull ()
 
QString seriesTimerId () const
 
void setSeriesTimerId (QString newSeriesTimerId)
 
bool seriesTimerIdNull () const
 
void setSeriesTimerIdNull ()
 
QString librarySeriesId () const
 
void setLibrarySeriesId (QString newLibrarySeriesId)
 
QList< ItemFieldsfields () const
 
void setFields (QList< ItemFields > newFields)
 
bool fieldsNull () const
 
void setFieldsNull ()
 

Static Public Member Functions

static GetProgramsDto fromJson (QJsonObject source)
 

Protected Attributes

QStringList m_channelIds
 
QString m_userId
 
QDateTime m_minStartDate
 
std::optional< bool > m_hasAired = std::nullopt
 
std::optional< bool > m_isAiring = std::nullopt
 
QDateTime m_maxStartDate
 
QDateTime m_minEndDate
 
QDateTime m_maxEndDate
 
std::optional< bool > m_isMovie = std::nullopt
 
std::optional< bool > m_isSeries = std::nullopt
 
std::optional< bool > m_isNews = std::nullopt
 
std::optional< bool > m_isKids = std::nullopt
 
std::optional< bool > m_isSports = std::nullopt
 
std::optional< qint32 > m_startIndex = std::nullopt
 
std::optional< qint32 > m_limit = std::nullopt
 
QString m_sortBy
 
QString m_sortOrder
 
QStringList m_genres
 
QStringList m_genreIds
 
std::optional< bool > m_enableImages = std::nullopt
 
bool m_enableTotalRecordCount
 
std::optional< qint32 > m_imageTypeLimit = std::nullopt
 
QList< ImageTypem_enableImageTypes
 
std::optional< bool > m_enableUserData = std::nullopt
 
QString m_seriesTimerId
 
QString m_librarySeriesId
 
QList< ItemFieldsm_fields
 

Constructor & Destructor Documentation

◆ GetProgramsDto() [1/2]

Jellyfin::DTO::GetProgramsDto::GetProgramsDto ( QString userId,
bool enableTotalRecordCount,
QString librarySeriesId )

◆ GetProgramsDto() [2/2]

Jellyfin::DTO::GetProgramsDto::GetProgramsDto ( const GetProgramsDto & other)

Member Function Documentation

◆ channelIds()

QStringList Jellyfin::DTO::GetProgramsDto::channelIds ( ) const

Gets or sets the channels to return guide information for.

◆ channelIdsNull()

bool Jellyfin::DTO::GetProgramsDto::channelIdsNull ( ) const

◆ enableImages()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::enableImages ( ) const
   @brief Gets or sets include image information in output.

Optional.

◆ enableImagesNull()

bool Jellyfin::DTO::GetProgramsDto::enableImagesNull ( ) const

◆ enableImageTypes()

QList< ImageType > Jellyfin::DTO::GetProgramsDto::enableImageTypes ( ) const
   @brief Gets or sets the image types to include in the output.

Optional.

◆ enableImageTypesNull()

bool Jellyfin::DTO::GetProgramsDto::enableImageTypesNull ( ) const

◆ enableTotalRecordCount()

bool Jellyfin::DTO::GetProgramsDto::enableTotalRecordCount ( ) const

Gets or sets a value indicating whether retrieve total record count.

◆ enableUserData()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::enableUserData ( ) const
   @brief Gets or sets include user data.

Optional.

◆ enableUserDataNull()

bool Jellyfin::DTO::GetProgramsDto::enableUserDataNull ( ) const

◆ fields()

QList< ItemFields > Jellyfin::DTO::GetProgramsDto::fields ( ) const
   @brief Gets or sets 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.

Optional.

◆ fieldsNull()

bool Jellyfin::DTO::GetProgramsDto::fieldsNull ( ) const

◆ fromJson()

GetProgramsDto Jellyfin::DTO::GetProgramsDto::fromJson ( QJsonObject source)
static

◆ genreIds()

QStringList Jellyfin::DTO::GetProgramsDto::genreIds ( ) const

Gets or sets the genre ids to return guide information for.

◆ genreIdsNull()

bool Jellyfin::DTO::GetProgramsDto::genreIdsNull ( ) const

◆ genres()

QStringList Jellyfin::DTO::GetProgramsDto::genres ( ) const

Gets or sets the genres to return guide information for.

◆ genresNull()

bool Jellyfin::DTO::GetProgramsDto::genresNull ( ) const

◆ hasAired()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::hasAired ( ) const
   @brief Gets or sets filter by programs that have completed airing, or not.

Optional.

◆ hasAiredNull()

bool Jellyfin::DTO::GetProgramsDto::hasAiredNull ( ) const

◆ imageTypeLimit()

std::optional< qint32 > Jellyfin::DTO::GetProgramsDto::imageTypeLimit ( ) const
   @brief Gets or sets the max number of images to return, per image type.

Optional.

◆ imageTypeLimitNull()

bool Jellyfin::DTO::GetProgramsDto::imageTypeLimitNull ( ) const

◆ isAiring()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::isAiring ( ) const
   @brief Gets or sets filter by programs that are currently airing, or not.

Optional.

◆ isAiringNull()

bool Jellyfin::DTO::GetProgramsDto::isAiringNull ( ) const

◆ isKids()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::isKids ( ) const
   @brief Gets or sets filter for kids.

Optional.

◆ isKidsNull()

bool Jellyfin::DTO::GetProgramsDto::isKidsNull ( ) const

◆ isMovie()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::isMovie ( ) const
   @brief Gets or sets filter for movies.

Optional.

◆ isMovieNull()

bool Jellyfin::DTO::GetProgramsDto::isMovieNull ( ) const

◆ isNews()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::isNews ( ) const
   @brief Gets or sets filter for news.

Optional.

◆ isNewsNull()

bool Jellyfin::DTO::GetProgramsDto::isNewsNull ( ) const

◆ isSeries()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::isSeries ( ) const
   @brief Gets or sets filter for series.

Optional.

◆ isSeriesNull()

bool Jellyfin::DTO::GetProgramsDto::isSeriesNull ( ) const

◆ isSports()

std::optional< bool > Jellyfin::DTO::GetProgramsDto::isSports ( ) const
   @brief Gets or sets filter for sports.

Optional.

◆ isSportsNull()

bool Jellyfin::DTO::GetProgramsDto::isSportsNull ( ) const

◆ librarySeriesId()

QString Jellyfin::DTO::GetProgramsDto::librarySeriesId ( ) const
   @brief Gets or sets filter by library series id.

Optional.

◆ limit()

std::optional< qint32 > Jellyfin::DTO::GetProgramsDto::limit ( ) const
   @brief Gets or sets the maximum number of records to return.

Optional.

◆ limitNull()

bool Jellyfin::DTO::GetProgramsDto::limitNull ( ) const

◆ maxEndDate()

QDateTime Jellyfin::DTO::GetProgramsDto::maxEndDate ( ) const
   @brief Gets or sets the maximum premiere end date.

Optional.

◆ maxEndDateNull()

bool Jellyfin::DTO::GetProgramsDto::maxEndDateNull ( ) const

◆ maxStartDate()

QDateTime Jellyfin::DTO::GetProgramsDto::maxStartDate ( ) const
   @brief Gets or sets the maximum premiere start date.

Optional.

◆ maxStartDateNull()

bool Jellyfin::DTO::GetProgramsDto::maxStartDateNull ( ) const

◆ minEndDate()

QDateTime Jellyfin::DTO::GetProgramsDto::minEndDate ( ) const
   @brief Gets or sets the minimum premiere end date.

Optional.

◆ minEndDateNull()

bool Jellyfin::DTO::GetProgramsDto::minEndDateNull ( ) const

◆ minStartDate()

QDateTime Jellyfin::DTO::GetProgramsDto::minStartDate ( ) const
   @brief Gets or sets the minimum premiere start date.

Optional.

◆ minStartDateNull()

bool Jellyfin::DTO::GetProgramsDto::minStartDateNull ( ) const

◆ replaceData()

void Jellyfin::DTO::GetProgramsDto::replaceData ( GetProgramsDto & other)

Replaces the data being hold by this class with that of the other.

◆ seriesTimerId()

QString Jellyfin::DTO::GetProgramsDto::seriesTimerId ( ) const
   @brief Gets or sets filter by series timer id.

Optional.

◆ seriesTimerIdNull()

bool Jellyfin::DTO::GetProgramsDto::seriesTimerIdNull ( ) const

◆ setChannelIds()

void Jellyfin::DTO::GetProgramsDto::setChannelIds ( QStringList newChannelIds)

Gets or sets the channels to return guide information for.

◆ setChannelIdsNull()

void Jellyfin::DTO::GetProgramsDto::setChannelIdsNull ( )

◆ setEnableImages()

void Jellyfin::DTO::GetProgramsDto::setEnableImages ( std::optional< bool > newEnableImages)
  @brief Gets or sets include image information in output.

Optional.

◆ setEnableImagesNull()

void Jellyfin::DTO::GetProgramsDto::setEnableImagesNull ( )

◆ setEnableImageTypes()

void Jellyfin::DTO::GetProgramsDto::setEnableImageTypes ( QList< ImageType > newEnableImageTypes)
  @brief Gets or sets the image types to include in the output.

Optional.

◆ setEnableImageTypesNull()

void Jellyfin::DTO::GetProgramsDto::setEnableImageTypesNull ( )

◆ setEnableTotalRecordCount()

void Jellyfin::DTO::GetProgramsDto::setEnableTotalRecordCount ( bool newEnableTotalRecordCount)

Gets or sets a value indicating whether retrieve total record count.

◆ setEnableUserData()

void Jellyfin::DTO::GetProgramsDto::setEnableUserData ( std::optional< bool > newEnableUserData)
  @brief Gets or sets include user data.

Optional.

◆ setEnableUserDataNull()

void Jellyfin::DTO::GetProgramsDto::setEnableUserDataNull ( )

◆ setFields()

void Jellyfin::DTO::GetProgramsDto::setFields ( QList< ItemFields > newFields)
  @brief Gets or sets 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.

Optional.

◆ setFieldsNull()

void Jellyfin::DTO::GetProgramsDto::setFieldsNull ( )

◆ setFromJson()

void Jellyfin::DTO::GetProgramsDto::setFromJson ( QJsonObject source)

◆ setGenreIds()

void Jellyfin::DTO::GetProgramsDto::setGenreIds ( QStringList newGenreIds)

Gets or sets the genre ids to return guide information for.

◆ setGenreIdsNull()

void Jellyfin::DTO::GetProgramsDto::setGenreIdsNull ( )

◆ setGenres()

void Jellyfin::DTO::GetProgramsDto::setGenres ( QStringList newGenres)

Gets or sets the genres to return guide information for.

◆ setGenresNull()

void Jellyfin::DTO::GetProgramsDto::setGenresNull ( )

◆ setHasAired()

void Jellyfin::DTO::GetProgramsDto::setHasAired ( std::optional< bool > newHasAired)
  @brief Gets or sets filter by programs that have completed airing, or not.

Optional.

◆ setHasAiredNull()

void Jellyfin::DTO::GetProgramsDto::setHasAiredNull ( )

◆ setImageTypeLimit()

void Jellyfin::DTO::GetProgramsDto::setImageTypeLimit ( std::optional< qint32 > newImageTypeLimit)
  @brief Gets or sets the max number of images to return, per image type.

Optional.

◆ setImageTypeLimitNull()

void Jellyfin::DTO::GetProgramsDto::setImageTypeLimitNull ( )

◆ setIsAiring()

void Jellyfin::DTO::GetProgramsDto::setIsAiring ( std::optional< bool > newIsAiring)
  @brief Gets or sets filter by programs that are currently airing, or not.

Optional.

◆ setIsAiringNull()

void Jellyfin::DTO::GetProgramsDto::setIsAiringNull ( )

◆ setIsKids()

void Jellyfin::DTO::GetProgramsDto::setIsKids ( std::optional< bool > newIsKids)
  @brief Gets or sets filter for kids.

Optional.

◆ setIsKidsNull()

void Jellyfin::DTO::GetProgramsDto::setIsKidsNull ( )

◆ setIsMovie()

void Jellyfin::DTO::GetProgramsDto::setIsMovie ( std::optional< bool > newIsMovie)
  @brief Gets or sets filter for movies.

Optional.

◆ setIsMovieNull()

void Jellyfin::DTO::GetProgramsDto::setIsMovieNull ( )

◆ setIsNews()

void Jellyfin::DTO::GetProgramsDto::setIsNews ( std::optional< bool > newIsNews)
  @brief Gets or sets filter for news.

Optional.

◆ setIsNewsNull()

void Jellyfin::DTO::GetProgramsDto::setIsNewsNull ( )

◆ setIsSeries()

void Jellyfin::DTO::GetProgramsDto::setIsSeries ( std::optional< bool > newIsSeries)
  @brief Gets or sets filter for series.

Optional.

◆ setIsSeriesNull()

void Jellyfin::DTO::GetProgramsDto::setIsSeriesNull ( )

◆ setIsSports()

void Jellyfin::DTO::GetProgramsDto::setIsSports ( std::optional< bool > newIsSports)
  @brief Gets or sets filter for sports.

Optional.

◆ setIsSportsNull()

void Jellyfin::DTO::GetProgramsDto::setIsSportsNull ( )

◆ setLibrarySeriesId()

void Jellyfin::DTO::GetProgramsDto::setLibrarySeriesId ( QString newLibrarySeriesId)
  @brief Gets or sets filter by library series id.

Optional.

◆ setLimit()

void Jellyfin::DTO::GetProgramsDto::setLimit ( std::optional< qint32 > newLimit)
  @brief Gets or sets the maximum number of records to return.

Optional.

◆ setLimitNull()

void Jellyfin::DTO::GetProgramsDto::setLimitNull ( )

◆ setMaxEndDate()

void Jellyfin::DTO::GetProgramsDto::setMaxEndDate ( QDateTime newMaxEndDate)
  @brief Gets or sets the maximum premiere end date.

Optional.

◆ setMaxEndDateNull()

void Jellyfin::DTO::GetProgramsDto::setMaxEndDateNull ( )

◆ setMaxStartDate()

void Jellyfin::DTO::GetProgramsDto::setMaxStartDate ( QDateTime newMaxStartDate)
  @brief Gets or sets the maximum premiere start date.

Optional.

◆ setMaxStartDateNull()

void Jellyfin::DTO::GetProgramsDto::setMaxStartDateNull ( )

◆ setMinEndDate()

void Jellyfin::DTO::GetProgramsDto::setMinEndDate ( QDateTime newMinEndDate)
  @brief Gets or sets the minimum premiere end date.

Optional.

◆ setMinEndDateNull()

void Jellyfin::DTO::GetProgramsDto::setMinEndDateNull ( )

◆ setMinStartDate()

void Jellyfin::DTO::GetProgramsDto::setMinStartDate ( QDateTime newMinStartDate)
  @brief Gets or sets the minimum premiere start date.

Optional.

◆ setMinStartDateNull()

void Jellyfin::DTO::GetProgramsDto::setMinStartDateNull ( )

◆ setSeriesTimerId()

void Jellyfin::DTO::GetProgramsDto::setSeriesTimerId ( QString newSeriesTimerId)
  @brief Gets or sets filter by series timer id.

Optional.

◆ setSeriesTimerIdNull()

void Jellyfin::DTO::GetProgramsDto::setSeriesTimerIdNull ( )

◆ setSortBy()

void Jellyfin::DTO::GetProgramsDto::setSortBy ( QString newSortBy)
  @brief Gets or sets specify one or more sort orders, comma delimited. Options: Name, StartDate.

Optional.

◆ setSortByNull()

void Jellyfin::DTO::GetProgramsDto::setSortByNull ( )

◆ setSortOrder()

void Jellyfin::DTO::GetProgramsDto::setSortOrder ( QString newSortOrder)

Gets or sets sort Order - Ascending,Descending.

◆ setSortOrderNull()

void Jellyfin::DTO::GetProgramsDto::setSortOrderNull ( )

◆ setStartIndex()

void Jellyfin::DTO::GetProgramsDto::setStartIndex ( std::optional< qint32 > newStartIndex)
  @brief Gets or sets the record index to start at. All items with a lower index will be dropped from the results.

Optional.

◆ setStartIndexNull()

void Jellyfin::DTO::GetProgramsDto::setStartIndexNull ( )

◆ setUserId()

void Jellyfin::DTO::GetProgramsDto::setUserId ( QString newUserId)

Gets or sets optional. Filter by user id.

◆ sortBy()

QString Jellyfin::DTO::GetProgramsDto::sortBy ( ) const
   @brief Gets or sets specify one or more sort orders, comma delimited. Options: Name, StartDate.

Optional.

◆ sortByNull()

bool Jellyfin::DTO::GetProgramsDto::sortByNull ( ) const

◆ sortOrder()

QString Jellyfin::DTO::GetProgramsDto::sortOrder ( ) const

Gets or sets sort Order - Ascending,Descending.

◆ sortOrderNull()

bool Jellyfin::DTO::GetProgramsDto::sortOrderNull ( ) const

◆ startIndex()

std::optional< qint32 > Jellyfin::DTO::GetProgramsDto::startIndex ( ) const
   @brief Gets or sets the record index to start at. All items with a lower index will be dropped from the results.

Optional.

◆ startIndexNull()

bool Jellyfin::DTO::GetProgramsDto::startIndexNull ( ) const

◆ toJson()

QJsonObject Jellyfin::DTO::GetProgramsDto::toJson ( ) const

◆ userId()

QString Jellyfin::DTO::GetProgramsDto::userId ( ) const

Gets or sets optional. Filter by user id.

Member Data Documentation

◆ m_channelIds

QStringList Jellyfin::DTO::GetProgramsDto::m_channelIds
protected

◆ m_enableImages

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_enableImages = std::nullopt
protected

◆ m_enableImageTypes

QList<ImageType> Jellyfin::DTO::GetProgramsDto::m_enableImageTypes
protected

◆ m_enableTotalRecordCount

bool Jellyfin::DTO::GetProgramsDto::m_enableTotalRecordCount
protected

◆ m_enableUserData

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_enableUserData = std::nullopt
protected

◆ m_fields

QList<ItemFields> Jellyfin::DTO::GetProgramsDto::m_fields
protected

◆ m_genreIds

QStringList Jellyfin::DTO::GetProgramsDto::m_genreIds
protected

◆ m_genres

QStringList Jellyfin::DTO::GetProgramsDto::m_genres
protected

◆ m_hasAired

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_hasAired = std::nullopt
protected

◆ m_imageTypeLimit

std::optional<qint32> Jellyfin::DTO::GetProgramsDto::m_imageTypeLimit = std::nullopt
protected

◆ m_isAiring

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_isAiring = std::nullopt
protected

◆ m_isKids

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_isKids = std::nullopt
protected

◆ m_isMovie

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_isMovie = std::nullopt
protected

◆ m_isNews

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_isNews = std::nullopt
protected

◆ m_isSeries

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_isSeries = std::nullopt
protected

◆ m_isSports

std::optional<bool> Jellyfin::DTO::GetProgramsDto::m_isSports = std::nullopt
protected

◆ m_librarySeriesId

QString Jellyfin::DTO::GetProgramsDto::m_librarySeriesId
protected

◆ m_limit

std::optional<qint32> Jellyfin::DTO::GetProgramsDto::m_limit = std::nullopt
protected

◆ m_maxEndDate

QDateTime Jellyfin::DTO::GetProgramsDto::m_maxEndDate
protected

◆ m_maxStartDate

QDateTime Jellyfin::DTO::GetProgramsDto::m_maxStartDate
protected

◆ m_minEndDate

QDateTime Jellyfin::DTO::GetProgramsDto::m_minEndDate
protected

◆ m_minStartDate

QDateTime Jellyfin::DTO::GetProgramsDto::m_minStartDate
protected

◆ m_seriesTimerId

QString Jellyfin::DTO::GetProgramsDto::m_seriesTimerId
protected

◆ m_sortBy

QString Jellyfin::DTO::GetProgramsDto::m_sortBy
protected

◆ m_sortOrder

QString Jellyfin::DTO::GetProgramsDto::m_sortOrder
protected

◆ m_startIndex

std::optional<qint32> Jellyfin::DTO::GetProgramsDto::m_startIndex = std::nullopt
protected

◆ m_userId

QString Jellyfin::DTO::GetProgramsDto::m_userId
protected

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