Class ConfigurationImages.ConfigurationImagesBuilder
java.lang.Object
com.amilesend.tmdb.client.model.configuration.type.ConfigurationImages.ConfigurationImagesBuilder
- Enclosing class:
ConfigurationImages
-
Method Summary
Modifier and TypeMethodDescriptionbackdropSizes(List<String> backdropSizes) The list of supported backdrop sizes.The base URL for the image.build()The list of supported logo sizes.posterSizes(List<String> posterSizes) The list of supported poster sizes.profileSizes(List<String> profileSizes) The list of supported profile sizes.secureBaseUrl(String secureBaseUrl) The secure base URL for the image.stillSizes(List<String> stillSizes) The list of still sizes.toString()
-
Method Details
-
baseUrl
The base URL for the image.- Returns:
this.
-
secureBaseUrl
The secure base URL for the image.- Returns:
this.
-
backdropSizes
The list of supported backdrop sizes.- Returns:
this.
-
logoSizes
The list of supported logo sizes.- Returns:
this.
-
posterSizes
The list of supported poster sizes.- Returns:
this.
-
profileSizes
The list of supported profile sizes.- Returns:
this.
-
stillSizes
The list of still sizes.- Returns:
this.
-
build
-
toString
-