public interface Group
Modifier and Type | Method and Description |
---|---|
List<Competitor> |
getCompetitors()
Returns an unmodifiable
List representing group competitors |
default String |
getId()
Returns the id of the group
|
String |
getName()
Returns the name of the group
|
String getName()
List<Competitor> getCompetitors()
List
representing group competitorsList
representing group competitors(if available); otherwise nulldefault String getId()
Copyright © 2016–2025. All rights reserved.