Class Translation.TranslationBuilder<T>
java.lang.Object
com.amilesend.tmdb.client.model.type.Translation.TranslationBuilder<T>
- Enclosing class:
Translation<T>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()countryCode(String countryCode) The ISO-3166-1 country code.The translation data.englishName(String englishName) The translation name in English.languageCode(String languageCode) The ISO-639-1 language code.The translation name.toString()
-
Method Details
-
countryCode
The ISO-3166-1 country code.- Returns:
this.
-
languageCode
The ISO-639-1 language code.- Returns:
this.
-
name
-
englishName
The translation name in English.- Returns:
this.
-
data
-
build
-
toString
-