Class Image.ImageBuilder
java.lang.Object
com.amilesend.tmdb.client.model.type.Image.ImageBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaspectRatio(Double aspectRatio) The image aspect ratio.build()The relative path to the image file.The image height in pixels.languageCode(String languageCode) The ISO-639-1 language code.toString()voteAverage(Double voteAverage) The average vote for the image.The total number of votes.The image width in pixels.
-
Method Details
-
aspectRatio
-
height
-
languageCode
The ISO-639-1 language code.- Returns:
this.
-
filePath
The relative path to the image file.- Returns:
this.
-
voteAverage
The average vote for the image.- Returns:
this.
-
voteCount
-
width
-
build
-
toString
-