Interface EventRecommendations
- All Known Implementing Classes:
EventRecommendationsImpl
public interface EventRecommendations
Represents event recommendations for prebuilt bets
-
Method Summary
Modifier and TypeMethodDescriptionReturns the event URNintReturns the number of provided recommendationsReturns the list of recommendationsReturns the source of the recommendations
-
Method Details
-
getEventId
Urn getEventId()Returns the event URN- Returns:
- the event URN
-
getRecommendations
List<Recommendation> getRecommendations()Returns the list of recommendations- Returns:
- the list of recommendations
-
getProvidedRecommendations
int getProvidedRecommendations()Returns the number of provided recommendations- Returns:
- the number of provided recommendations
-
getSource
String getSource()Returns the source of the recommendations- Returns:
- the source
-