Package com.intercom.api.types
Interface Translation.LocaleStage
-
- All Known Implementing Classes:
Translation.Builder
- Enclosing class:
- Translation
public static interface Translation.LocaleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Translation._FinalStagelocale(java.lang.String locale)The two character identifier for the language of the translation object.
-
-
-
Method Detail
-
locale
Translation._FinalStage locale(@NotNull java.lang.String locale)
The two character identifier for the language of the translation object.
-
-