public class CashOutProbabilitiesManagerImpl extends Object implements 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 | 
public <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)getCashOutProbabilities in interface CashOutProbabilitiesManagerT - a SportEvent inherited instanceeventId - the Urn identifier of the eventCashOutProbabilities providing the probabilities of the associated eventpublic <T extends SportEvent> CashOutProbabilities<T> getCashOutProbabilities(Urn eventId, Locale locale)
CashOutProbabilities instance providing the CashOut probabilities for the specified eventgetCashOutProbabilities in interface CashOutProbabilitiesManagerT - a SportEvent inherited instanceeventId - the Urn identifier of the eventlocale - the Locale in which to provide the dataCashOutProbabilities providing the probabilities of the associated eventpublic <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)getCashOutProbabilities in interface CashOutProbabilitiesManagerT - 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 combinationpublic <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 eventgetCashOutProbabilities in interface CashOutProbabilitiesManagerT - 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.