Interface ContentSource.LocaleStage
-
- All Known Implementing Classes:
ContentSource.Builder
- Enclosing class:
- ContentSource
public static interface ContentSource.LocaleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentSource._FinalStagelocale(java.lang.String locale)The ISO 639 language code of the content source.
-
-
-
Method Detail
-
locale
ContentSource._FinalStage locale(@NotNull java.lang.String locale)
The ISO 639 language code of the content source.
-
-