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