Uses of Enum Class
com.sportradar.mbs.sdk.entities.balancechangesource.TicketBalanceChangeAction
Packages that use TicketBalanceChangeAction
- 
Uses of TicketBalanceChangeAction in com.sportradar.mbs.sdk.entities.balancechangesource
Methods in com.sportradar.mbs.sdk.entities.balancechangesource that return TicketBalanceChangeActionModifier and TypeMethodDescriptionstatic TicketBalanceChangeActionTicketBalanceChangeSource.getAction()Gets the action associated with the balance change source.static TicketBalanceChangeActionReturns the enum constant of this class with the specified name.static TicketBalanceChangeAction[]TicketBalanceChangeAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sportradar.mbs.sdk.entities.balancechangesource with parameters of type TicketBalanceChangeActionModifier and TypeMethodDescriptionTicketBalanceChangeSource.Builder.setAction(TicketBalanceChangeAction value) Sets the action associated with the balance change source.voidTicketBalanceChangeSource.setAction(TicketBalanceChangeAction value) Sets the action associated with the balance change source.