Uses of Enum Class
com.sportradar.mbs.sdk.entities.common.BalanceMoveStatus
Packages that use BalanceMoveStatus
-
Uses of BalanceMoveStatus in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return BalanceMoveStatusModifier and TypeMethodDescriptionstatic BalanceMoveStatusstatic BalanceMoveStatusReturns the enum constant of this class with the specified name.static BalanceMoveStatus[]BalanceMoveStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BalanceMoveStatus in com.sportradar.mbs.sdk.entities.request
Methods in com.sportradar.mbs.sdk.entities.request that return BalanceMoveStatusModifier and TypeMethodDescriptionDepositInformRequest.getStatus()Gets the status of the balance move associated with the deposit.WithdrawalInformRequest.getStatus()Gets the balance move status.Methods in com.sportradar.mbs.sdk.entities.request with parameters of type BalanceMoveStatusModifier and TypeMethodDescriptionDepositInformRequest.Builder.setStatus(BalanceMoveStatus value) Sets the status of the balance move associated with the deposit.voidDepositInformRequest.setStatus(BalanceMoveStatus value) Sets the status of the balance move associated with the deposit.WithdrawalInformRequest.Builder.setStatus(BalanceMoveStatus value) Sets the balance move status.voidWithdrawalInformRequest.setStatus(BalanceMoveStatus value) Sets the balance move status.