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