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