public interface CashOutProbabilitiesManager
| Modifier and Type | Method and Description |
|---|---|
<T extends SportEvent> |
getCashOutProbabilities(Urn eventId)
Returns a
CashOutProbabilities instance providing the cashout probabilities for the specified event
(the provided data is translated in the default language) |
<T extends SportEvent> |
getCashOutProbabilities(Urn eventId,
int marketId,
Map<String,String> specifiers)
Returns a
CashOutProbabilities instance providing the cashout probabilities for the specified market on the associated event
(the provided data is translated in the default language) |
<T extends SportEvent> |
getCashOutProbabilities(Urn eventId,
int marketId,
Map<String,String> specifiers,
Locale locale)
Returns a
CashOutProbabilities instance providing the cashout probabilities for the specified market on the associated event |
<T extends SportEvent> |
getCashOutProbabilities(Urn eventId,
Locale locale)
Returns a
CashOutProbabilities instance providing the cashout probabilities for the specified event |
<T extends SportEvent> CashOutProbabilities<T> getCashOutProbabilities(Urn eventId)
CashOutProbabilities instance providing the cashout probabilities for the specified event
(the provided data is translated in the default language)T - a SportEvent inherited instanceeventId - the Urn identifier of the eventCashOutProbabilities providing the probabilities of the associated event<T extends SportEvent> CashOutProbabilities<T> getCashOutProbabilities(Urn eventId, Locale locale)
CashOutProbabilities instance providing the cashout probabilities for the specified eventT - a SportEvent inherited instanceeventId - the Urn identifier of the eventlocale - the Locale in which to provide the dataCashOutProbabilities providing the probabilities of the associated event<T extends SportEvent> CashOutProbabilities<T> getCashOutProbabilities(Urn eventId, int marketId, Map<String,String> specifiers)
CashOutProbabilities instance providing the cashout probabilities for the specified market on the associated event
(the provided data is translated in the default language)T - a SportEvent inherited instanceeventId - the Urn identifier of the eventmarketId - the market identifierspecifiers - a Map containing market specifiers or a null reference if market has no specifiersCashOutProbabilities providing the probabilities of the associated event/market combination<T extends SportEvent> CashOutProbabilities<T> getCashOutProbabilities(Urn eventId, int marketId, Map<String,String> specifiers, Locale locale)
CashOutProbabilities instance providing the cashout probabilities for the specified market on the associated eventT - a SportEvent inherited instanceeventId - the Urn identifier of the eventmarketId - the market identifierspecifiers - a Map containing market specifiers or a null reference if market has no specifierslocale - the Locale in which to provide the dataCashOutProbabilities providing the probabilities of the associated event/market combinationCopyright © 2016–2025. All rights reserved.