jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
QueryFiltersLegacy
Query
Filters
Legacy
common
data
class
QueryFiltersLegacy
(
val
genres
:
List
<
String
>
?
=
null
,
val
tags
:
List
<
String
>
?
=
null
,
val
officialRatings
:
List
<
String
>
?
=
null
,
val
years
:
List
<
Int
>
?
=
null
)
Members
Constructors
Query
Filters
Legacy
Link copied to clipboard
common
constructor
(
genres
:
List
<
String
>
?
=
null
,
tags
:
List
<
String
>
?
=
null
,
officialRatings
:
List
<
String
>
?
=
null
,
years
:
List
<
Int
>
?
=
null
)
Properties
genres
Link copied to clipboard
common
val
genres
:
List
<
String
>
?
official
Ratings
Link copied to clipboard
common
val
officialRatings
:
List
<
String
>
?
tags
Link copied to clipboard
common
val
tags
:
List
<
String
>
?
years
Link copied to clipboard
common
val
years
:
List
<
Int
>
?