Interface Stage
- All Superinterfaces:
Competition,SportEvent
- All Known Implementing Classes:
StageImpl
Defines methods implemented by classes representing sport events of stage type
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of additional ids of the parent stages of the current instance or a null reference if the represented stage does not have the parent stagesReturns aCategorySummaryrepresenting the category associated with the current instanceReturns aStagerepresenting the parent stage of the stage represented by the current instancegetSport()Returns aSportSummaryinstance representing the sport associated with the current instanceReturns aStageTypeindicating the type of the associated stagedefault StageStatusReturns aStageStatuscontaining information about the progress of the stage associated with the current instanceMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.Competition
getBookingStatus, getCompetitors, getConditions, getEventStatus, getLiveOdds, getSportEventType, getStatusIfPresent, getVenueMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.SportEvent
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
-
Method Details
-
getSport
SportSummary getSport()Returns aSportSummaryinstance representing the sport associated with the current instance- Returns:
- a
SportSummaryinstance representing the sport associated with the current instance
-
getCategory
CategorySummary getCategory()Returns aCategorySummaryrepresenting the category associated with the current instance- Returns:
- a
CategorySummaryrepresenting the category associated with the current instance
-
getParentStage
Stage getParentStage()Returns aStagerepresenting the parent stage of the stage represented by the current instance- Returns:
- a
Stagerepresenting the parent stage of the stage represented by the current instance or a null reference if the represented stage does not have the parent stage
-
getStages
-
getStageType
StageType getStageType()Returns aStageTypeindicating the type of the associated stage- Returns:
- a
StageTypeindicating the type of the associated stage
-
getAdditionalParentStages
Returns a list of additional ids of the parent stages of the current instance or a null reference if the represented stage does not have the parent stages- Returns:
- a list of additional ids of the parent stages of the current instance or a null reference if the represented stage does not have the parent stages
-
getStatus
Returns aStageStatuscontaining information about the progress of the stage associated with the current instance- Specified by:
getStatusin interfaceCompetition- Returns:
- - a
StageStatuscontaining information about the progress of the stage associated with the current instance
-