Class AvailableSelectionsImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.custombetentities.AvailableSelectionsImpl
- All Implemented Interfaces:
AvailableSelections
Implements methods used to access available selections for the event
-
Constructor Summary
ConstructorsConstructorDescriptionAvailableSelectionsImpl(com.sportradar.uf.custombet.datamodel.CapiAvailableSelections availableSelections) AvailableSelectionsImpl(com.sportradar.uf.custombet.datamodel.CapiEventType eventType, String generatedAt) -
Method Summary
Modifier and TypeMethodDescriptionReturns theUrnof the eventReturns the list of markets for this event
-
Constructor Details
-
AvailableSelectionsImpl
public AvailableSelectionsImpl(com.sportradar.uf.custombet.datamodel.CapiAvailableSelections availableSelections) -
AvailableSelectionsImpl
public AvailableSelectionsImpl(com.sportradar.uf.custombet.datamodel.CapiEventType eventType, String generatedAt)
-
-
Method Details
-
getEventId
Description copied from interface:AvailableSelectionsReturns theUrnof the event- Specified by:
getEventIdin interfaceAvailableSelections- Returns:
- the
Urnof the event
-
getMarkets
Description copied from interface:AvailableSelectionsReturns the list of markets for this event- Specified by:
getMarketsin interfaceAvailableSelections- Returns:
- the list of markets for this event
-