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
/
TypeOptions
Type
Options
common
data
class
TypeOptions
(
val
type
:
String
?
=
null
,
val
metadataFetchers
:
List
<
String
>
?
=
null
,
val
metadataFetcherOrder
:
List
<
String
>
?
=
null
,
val
imageFetchers
:
List
<
String
>
?
=
null
,
val
imageFetcherOrder
:
List
<
String
>
?
=
null
,
val
imageOptions
:
List
<
ImageOption
>
?
=
null
)
Members
Constructors
Type
Options
Link copied to clipboard
common
constructor
(
type
:
String
?
=
null
,
metadataFetchers
:
List
<
String
>
?
=
null
,
metadataFetcherOrder
:
List
<
String
>
?
=
null
,
imageFetchers
:
List
<
String
>
?
=
null
,
imageFetcherOrder
:
List
<
String
>
?
=
null
,
imageOptions
:
List
<
ImageOption
>
?
=
null
)
Properties
image
Fetcher
Order
Link copied to clipboard
common
val
imageFetcherOrder
:
List
<
String
>
?
image
Fetchers
Link copied to clipboard
common
val
imageFetchers
:
List
<
String
>
?
image
Options
Link copied to clipboard
common
val
imageOptions
:
List
<
ImageOption
>
?
metadata
Fetcher
Order
Link copied to clipboard
common
val
metadataFetcherOrder
:
List
<
String
>
?
metadata
Fetchers
Link copied to clipboard
common
val
metadataFetchers
:
List
<
String
>
?
type
Link copied to clipboard
common
val
type
:
String
?