Class GroupCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.GroupCi
A group representation used by caching components
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of theGroupCiclass.GroupCi(ExportableGroupCi exportable) -
Method Summary
-
Constructor Details
-
Method Details
-
merge
Merges the information from the providedSapiTournamentGroupinto the current instance- Parameters:
group- -SapiTournamentGroupcontaining information about the grouplocale- -Localespecifying the language of the group
-
getId
Returns the id of the group- Returns:
- - the id of the group
-
getName
Returns the name of the group- Returns:
- - the name of the group
-
getCompetitorIds
Returns aListof competitor identifiers associated with this group- Returns:
- - a
Listof competitor identifiers associated with this group
-
getCompetitorsReferences
- Returns:
- list of
UrnofCompetitorand associatedReferencefor this sport event
-
export
-