Uses of Class
com.bybit.api.client.domain.CategoryType
-
Packages that use CategoryType Package Description com.bybit.api.client.domain com.bybit.api.client.service -
-
Uses of CategoryType in com.bybit.api.client.domain
Methods in com.bybit.api.client.domain that return CategoryType Modifier and Type Method Description static CategoryTypeCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CategoryType[]CategoryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CategoryType in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return CategoryType Modifier and Type Method Description CategoryTypeBybitJsonConverter. getCategoryTypeFromString(String category)Methods in com.bybit.api.client.service with parameters of type CategoryType Modifier and Type Method Description voidCategoryTypeSerializer. serialize(CategoryType value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
-