public interface MarketDescription
| Modifier and Type | Method and Description | 
|---|---|
List<MarketAttribute> | 
getAttributes()
Returns a  
List of additional market attributes. | 
String | 
getDescription(Locale locale)
Returns the market description translated in the provided  
Locale | 
List<String> | 
getGroups()
Returns a  
List of groups to which the market belongs to. | 
int | 
getId()
Returns the market identifier 
 | 
default Collection<Locale> | 
getLocales()
Returns a list of  
Locale cached in this instance | 
List<MarketMappingData> | 
getMappings()
Returns a  
List of mappings that are available for the related market | 
String | 
getName(Locale locale)
Returns the market name translated in the provided  
Locale | 
List<OutcomeDescription> | 
getOutcomes()
Returns a  
List of possible outcomes on the related market market. | 
default String | 
getOutcomeType()
Returns the market attribute "outcome_type" 
 | 
List<Specifier> | 
getSpecifiers()
Returns a  
List of specifiers which are valid for the related market | 
int getId()
String getDescription(Locale locale)
LocaleList<OutcomeDescription> getOutcomes()
List of possible outcomes on the related market market.
 For some markets the outcomes are generated only when the market gets linked
 with an event (ex. player outcomes for the "first goal scorer" market)List of possible outcomes on this marketList<Specifier> getSpecifiers()
List of specifiers which are valid for the related marketList of specifiers which are valid for the related marketList<MarketMappingData> getMappings()
List of mappings that are available for the related marketList of mappings that are available for the related marketList<MarketAttribute> getAttributes()
List of additional market attributes. Market attributes are used to identify
 special markets, ex. flex marketList of additional market attributesList<String> getGroups()
List of groups to which the market belongs to. Market groups are used to
 perform batch market operations, ex. betstop messages may have an indication for which group of markets
 the betstop message is validList of groups to which the market belongs todefault String getOutcomeType()
default Collection<Locale> getLocales()
Locale cached in this instanceLocaleCopyright © 2016–2025. All rights reserved.