toggle menu
Moove Documentation
androidJvm
switch theme
search in API
movies
/
com.moove.movies.domain.model
/
MovieDetails
Movie
Details
data
class
MovieDetails
(
val
id
:
Long
,
val
title
:
String
,
val
posterPath
:
String
?
,
val
backdropPath
:
String
?
,
val
overview
:
String
,
val
releaseDate
:
LocalDate
?
,
val
rating
:
Float
,
val
runtimeMinutes
:
Int
?
,
val
genres
:
List
<
Genre
>
)
Members
Members & Extensions
Constructors
Movie
Details
Link copied to clipboard
constructor
(
id
:
Long
,
title
:
String
,
posterPath
:
String
?
,
backdropPath
:
String
?
,
overview
:
String
,
releaseDate
:
LocalDate
?
,
rating
:
Float
,
runtimeMinutes
:
Int
?
,
genres
:
List
<
Genre
>
)
Properties
backdrop
Path
Link copied to clipboard
val
backdropPath
:
String
?
genres
Link copied to clipboard
val
genres
:
List
<
Genre
>
id
Link copied to clipboard
val
id
:
Long
overview
Link copied to clipboard
val
overview
:
String
poster
Path
Link copied to clipboard
val
posterPath
:
String
?
rating
Link copied to clipboard
val
rating
:
Float
release
Date
Link copied to clipboard
val
releaseDate
:
LocalDate
?
runtime
Minutes
Link copied to clipboard
val
runtimeMinutes
:
Int
?
title
Link copied to clipboard
val
title
:
String
Functions
as
Presentation
Link copied to clipboard
fun
MovieDetails
.
asPresentation
(
)
:
MovieDetailsModel