tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbCredits
Tmdb
Credits
@
Serializable
data
class
TmdbCredits
(
val
cast
:
List
<
TmdbCast
>
,
val
crew
:
List
<
TmdbCrew
>
)
Members
Constructors
Tmdb
Credits
Link copied to clipboard
constructor
(
cast
:
List
<
TmdbCast
>
,
crew
:
List
<
TmdbCrew
>
)
Functions
get
Grouped
Crew
Link copied to clipboard
fun
getGroupedCrew
(
)
:
Map
<
String
,
List
<
TmdbCrew
>
>
Groups the crew by job.
get
Sorted
Crew
Link copied to clipboard
fun
getSortedCrew
(
)
:
List
<
TmdbCrew
>
Sorts the crew by most important job.
Properties
cast
Link copied to clipboard
val
cast
:
List
<
TmdbCast
>
crew
Link copied to clipboard
val
crew
:
List
<
TmdbCrew
>