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