Uses of Class
com.longportwhale.Language
-
Packages that use Language Package Description com.longportwhale -
-
Uses of Language in com.longportwhale
Methods in com.longportwhale that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longportwhale with parameters of type Language Modifier and Type Method Description ConfigBuilderConfigBuilder. language(Language language)Specifies the language identiferstatic longSdkNative. newConfig(String appKey, String appSecret, String accessToken, String httpUrl, String tradeWsUrl, Language language)
-