Uses of Class
com.bybit.api.client.domain.announcement.LanguageSymbol
-
Packages that use LanguageSymbol Package Description com.bybit.api.client.domain.announcement -
-
Uses of LanguageSymbol in com.bybit.api.client.domain.announcement
Methods in com.bybit.api.client.domain.announcement that return LanguageSymbol Modifier and Type Method Description static LanguageSymbolLanguageSymbol. valueOf(String name)Returns the enum constant of this type with the specified name.static LanguageSymbol[]LanguageSymbol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-