Interface PrebuiltBetsRequest
- All Known Implementing Classes:
PrebuiltBetsRequestImpl
public interface PrebuiltBetsRequest
Represents a request for prebuilt bets
-
Method Details
-
getEventId
Urn getEventId()Returns the event URN- Returns:
- the event URN
-
getSubBookmakerId
Integer getSubBookmakerId()Returns the sub-bookmaker ID- Returns:
- the sub-bookmaker ID
-
getUser
String getUser()Returns the user identifier- Returns:
- the user identifier, or null if not set
-
getCount
Integer getCount()Returns the count of prebuilt bets to return- Returns:
- the count, or null if not set
-
getLength
Integer getLength()Returns the length of selections in prebuilt bets- Returns:
- the length, or null if not set
-