Class WithdrawalBalanceChangeSource.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.balancechangesource.WithdrawalBalanceChangeSource.Builder
- Enclosing class:
WithdrawalBalanceChangeSource
Builder class for creating instances of WithdrawalBalanceChangeSource.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the WithdrawalBalanceChangeSource instance.Sets the ID of the withdrawal balance change source.
-
Method Details
-
build
Builds and returns the WithdrawalBalanceChangeSource instance.- Returns:
- The built WithdrawalBalanceChangeSource instance.
-
setId
Sets the ID of the withdrawal balance change source.- Parameters:
value
- The ID of the withdrawal balance change source.- Returns:
- The Builder instance.
-