Class ReleaseDate.ReleaseDateBuilder
java.lang.Object
com.amilesend.tmdb.client.model.movie.type.ReleaseDate.ReleaseDateBuilder
- Enclosing class:
ReleaseDate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()certification(String certification) The movie certification.languageCode(String languageCode) The ISO-639-1 language code.Note associated with the movie release date.releaseDate(LocalDateTime releaseDate) The release date value.toString()The release type.
-
Method Details
-
certification
The movie certification.- Returns:
this.
-
languageCode
The ISO-639-1 language code.- Returns:
this.
-
note
Note associated with the movie release date.- Returns:
this.
-
releaseDate
The release date value.- Returns:
this.
-
type
The release type.- Returns:
this.
-
build
-
toString
-