Uses of Enum Class
com.sportradar.mbs.sdk.entities.balancechangesource.TicketBalanceChangeAction
-
Uses of TicketBalanceChangeAction in com.sportradar.mbs.sdk.entities.balancechangesource
Modifier and TypeMethodDescriptionstatic TicketBalanceChangeAction
TicketBalanceChangeSource.getAction()
Gets the action associated with the balance change source.static TicketBalanceChangeAction
Returns 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.Modifier and TypeMethodDescriptionTicketBalanceChangeSource.Builder.setAction
(TicketBalanceChangeAction value) Sets the action associated with the balance change source.void
TicketBalanceChangeSource.setAction
(TicketBalanceChangeAction value) Sets the action associated with the balance change source.