Interface CudamiSystemClient
-
public interface CudamiSystemClient
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CudamiSystemClientbuild(String serverUrl)StringgetDefaultLanguage()LocalegetDefaultLocale()List<String>getSupportedLanguages()List<Locale>getSupportedLocales()
-
-
-
Method Detail
-
build
static CudamiSystemClient build(String serverUrl)
-
getDefaultLanguage
String getDefaultLanguage() throws HttpException
- Throws:
HttpException
-
getDefaultLocale
Locale getDefaultLocale() throws HttpException
- Throws:
HttpException
-
getSupportedLanguages
List<String> getSupportedLanguages() throws HttpException
- Throws:
HttpException
-
getSupportedLocales
List<Locale> getSupportedLocales() throws HttpException
- Throws:
HttpException
-
-