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.request
/
GetItemCollectionsRequest
/
GetItemCollectionsRequest
Get
Item
Collections
Request
common
constructor
(
itemId
:
UUID
,
userId
:
UUID
?
=
null
,
startIndex
:
Int
?
=
null
,
limit
:
Int
?
=
null
,
fields
:
Collection
<
ItemFields
>
?
=
null
)