Class TicketBalanceChangeSource.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.balancechangesource.TicketBalanceChangeSource.Builder
- Enclosing class:
TicketBalanceChangeSource
Represents a builder for creating instances of TicketBalanceChangeSource.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the TicketBalanceChangeSource instance.Sets the action associated with the balance change source.Sets the ID of the balance change source.
-
Method Details
-
build
Builds the TicketBalanceChangeSource instance.- Returns:
- The built TicketBalanceChangeSource instance.
-
setAction
Sets the action associated with the balance change source.- Parameters:
value
- The action to set.- Returns:
- The builder instance.
-
setId
Sets the ID of the balance change source.- Parameters:
value
- The ID to set.- Returns:
- The builder instance.
-