-
public final class CustomUpdateLocalizedTextRepresents a text string that can have different Locale values provided.
-
-
Constructor Summary
Constructors Constructor Description CustomUpdateLocalizedText(String default, HashMap<String, String> localizations)
-
Method Summary
Modifier and Type Method Description final StringgetDefault()final HashMap<String, String>getLocalizations()final JSONObjecttoJSONObject()-
-
Method Detail
-
getDefault
final String getDefault()
-
getLocalizations
final HashMap<String, String> getLocalizations()
-
toJSONObject
final JSONObject toJSONObject()
-
-
-
-