GetRecommendedProgramsRequest

data class GetRecommendedProgramsRequest(val userId: UUID? = null, val limit: Int? = null, val isAiring: Boolean? = null, val hasAired: Boolean? = null, val isSeries: Boolean? = null, val isMovie: Boolean? = null, val isNews: Boolean? = null, val isKids: Boolean? = null, val isSports: Boolean? = null, val enableImages: Boolean? = null, val imageTypeLimit: Int? = null, val enableImageTypes: Collection<ImageType>? = null, val genreIds: Collection<UUID>? = null, val fields: Collection<ItemFields>? = null, val enableUserData: Boolean? = null, val enableTotalRecordCount: Boolean? = true)

Recommended live tv epgs.

Constructors

Link copied to clipboard
constructor(userId: UUID? = null, limit: Int? = null, isAiring: Boolean? = null, hasAired: Boolean? = null, isSeries: Boolean? = null, isMovie: Boolean? = null, isNews: Boolean? = null, isKids: Boolean? = null, isSports: Boolean? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ImageType>? = null, genreIds: Collection<UUID>? = null, fields: Collection<ItemFields>? = null, enableUserData: Boolean? = null, enableTotalRecordCount: Boolean? = true)

Properties

Link copied to clipboard
val enableImages: Boolean? = null

Optional. Include image information in output.

Link copied to clipboard

Optional. The image types to include in the output.

Link copied to clipboard

Retrieve total record count.

Link copied to clipboard
val enableUserData: Boolean? = null

Optional. include user data.

Link copied to clipboard

Optional. Specify additional fields of information to return in the output.

Link copied to clipboard
val genreIds: Collection<UUID>? = null

The genres to return guide information for.

Link copied to clipboard
val hasAired: Boolean? = null

Optional. Filter by programs that have completed airing, or not.

Link copied to clipboard
val imageTypeLimit: Int? = null

Optional. The max number of images to return, per image type.

Link copied to clipboard
val isAiring: Boolean? = null

Optional. Filter by programs that are currently airing, or not.

Link copied to clipboard
val isKids: Boolean? = null

Optional. Filter for kids.

Link copied to clipboard
val isMovie: Boolean? = null

Optional. Filter for movies.

Link copied to clipboard
val isNews: Boolean? = null

Optional. Filter for news.

Link copied to clipboard
val isSeries: Boolean? = null

Optional. Filter for series.

Link copied to clipboard
val isSports: Boolean? = null

Optional. Filter for sports.

Link copied to clipboard
val limit: Int? = null

Optional. The maximum number of records to return.

Link copied to clipboard
val userId: UUID? = null

Optional. filter by user id.