public interface Stage extends Competition
| Modifier and Type | Method and Description | 
|---|---|
default List<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 
 | 
CategorySummary | 
getCategory()
Returns a  
CategorySummary representing the category associated with the current instance | 
Stage | 
getParentStage()
Returns a  
Stage representing the parent stage of the stage represented by the current instance | 
SportSummary | 
getSport()
Returns a  
SportSummary instance representing the sport associated with the current instance | 
List<Stage> | 
getStages()
 | 
StageType | 
getStageType()
Returns a  
StageType indicating the type of the associated stage | 
default StageStatus | 
getStatus()
Returns a  
StageStatus containing information about the progress of the stage
 associated with the current instance | 
getBookingStatus, getCompetitors, getConditions, getEventStatus, getLiveOdds, getSportEventType, getStatusIfPresent, getVenuegetId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbdSportSummary getSport()
SportSummary instance representing the sport associated with the current instanceSportSummary instance representing the sport associated with the current instanceCategorySummary getCategory()
CategorySummary representing the category associated with the current instanceCategorySummary representing the category associated with the current instanceStage getParentStage()
Stage representing the parent stage of the stage represented by the current instanceStage representing the parent stage of the stage represented by the current instance or a null reference
 if the represented stage does not have the parent stageStageType getStageType()
StageType indicating the type of the associated stageStageType indicating the type of the associated stagedefault List<Stage> getAdditionalParentStages()
default StageStatus getStatus()
StageStatus containing information about the progress of the stage
 associated with the current instancegetStatus in interface CompetitionStageStatus containing information about the progress of the stage
 associated with the current instanceCopyright © 2016–2025. All rights reserved.