Class ExecutionPathDataProvider<T>
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.ExecutionPathDataProvider<T>
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionPathDataProvider(DataProvider<T> criticalDataProvider, DataProvider<T> nonCriticalDataProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetData(RequestOptions requestOptions, Locale locale, String... args) getFinalUrl(RequestOptions requestOptions, Locale locale, String arg) toString()
-
Constructor Details
-
ExecutionPathDataProvider
public ExecutionPathDataProvider(DataProvider<T> criticalDataProvider, DataProvider<T> nonCriticalDataProvider)
-
-
Method Details
-
getData
public T getData(RequestOptions requestOptions, Locale locale, String... args) throws DataProviderException - Throws:
DataProviderException
-
getFinalUrl
-
toString
-