public class DelayedInfoCi extends Object
| Constructor and Description | 
|---|
DelayedInfoCi(ExportableDelayedInfoCi exportable)  | 
DelayedInfoCi(com.sportradar.uf.sportsapi.datamodel.SapiDelayedInfo delayedInfo,
             Locale locale)
Initializes a new delayed info CI 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExportableDelayedInfoCi | 
export()  | 
String | 
getDescription(Locale locale)
Returns the delay info description in the specified  
Locale | 
int | 
getId()
Returns the delay info identifier 
 | 
boolean | 
hasTranslationsFor(List<Locale> locales)
Check if the cache item contains the provided  
Locales | 
void | 
merge(com.sportradar.uf.sportsapi.datamodel.SapiDelayedInfo delayedInfo,
     Locale locale)
Merges the provided data in the associated cache item 
 | 
public DelayedInfoCi(com.sportradar.uf.sportsapi.datamodel.SapiDelayedInfo delayedInfo,
                     Locale locale)
delayedInfo - the data from which the CI will be builtlocale - the Locale in which the data is providedpublic DelayedInfoCi(ExportableDelayedInfoCi exportable)
public int getId()
public String getDescription(Locale locale)
Localepublic boolean hasTranslationsFor(List<Locale> locales)
Localespublic void merge(com.sportradar.uf.sportsapi.datamodel.SapiDelayedInfo delayedInfo,
                  Locale locale)
delayedInfo - the data which should be mergedlocale - the Locale in which the data is providedpublic ExportableDelayedInfoCi export()
Copyright © 2016–2025. All rights reserved.