public class GroupCi extends Object
Constructor and Description |
---|
GroupCi(ExportableGroupCi exportable) |
GroupCi(com.sportradar.uf.sportsapi.datamodel.SapiTournamentGroup group,
Locale locale)
Initializes a new instance of the
GroupCi class. |
Modifier and Type | Method and Description |
---|---|
ExportableGroupCi |
export() |
List<Urn> |
getCompetitorIds()
Returns a
List of competitor identifiers associated with this group |
Map<Urn,ReferenceIdCi> |
getCompetitorsReferences()
|
String |
getId()
Returns the id of the group
|
String |
getName()
Returns the name of the group
|
void |
merge(com.sportradar.uf.sportsapi.datamodel.SapiTournamentGroup group,
Locale locale)
Merges the information from the provided
SapiTournamentGroup into the current instance |
public GroupCi(com.sportradar.uf.sportsapi.datamodel.SapiTournamentGroup group, Locale locale)
GroupCi
class.group
- - SapiTournamentGroup
containing information about the grouplocale
- - Locale
specifying the language of the grouppublic GroupCi(ExportableGroupCi exportable)
public void merge(com.sportradar.uf.sportsapi.datamodel.SapiTournamentGroup group, Locale locale)
SapiTournamentGroup
into the current instancegroup
- - SapiTournamentGroup
containing information about the grouplocale
- - Locale
specifying the language of the grouppublic String getId()
public String getName()
public List<Urn> getCompetitorIds()
List
of competitor identifiers associated with this groupList
of competitor identifiers associated with this grouppublic Map<Urn,ReferenceIdCi> getCompetitorsReferences()
Urn
of Competitor
and associated Reference
for this sport eventpublic ExportableGroupCi export()
Copyright © 2016–2025. All rights reserved.