public final class SessionOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionOptions.Builder
Internal Builder class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthToken()
Get the Quandl auth token stored in this SessionOptions, or null if none was specified.
|
RESTDataProvider |
getRESTDataProvider()
Get the REST data provider to use when sending API requests to Quandl.
|
RetryPolicy |
getRetryPolicy()
Get the RetryPolicy to use in determining retry behaviour when calls to Quandl fail.
|
public String getAuthToken()
public RESTDataProvider getRESTDataProvider()
public RetryPolicy getRetryPolicy()
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}