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