Interface BookingManager
- All Known Implementing Classes:
BookingManagerImpl
public interface BookingManager
Defines methods used to perform various booking calendar operations
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbookLiveOddsEvent(Urn eventId) Performs a request on the API which books the event associated with the providedUrnidentifier
-
Method Details
-
bookLiveOddsEvent
Performs a request on the API which books the event associated with the providedUrnidentifier- Parameters:
eventId- theUrnidentifier of the event which needs to be booked- Returns:
trueif the booking was successful; otherwisefalse- Throws:
CommunicationException
-