| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| Modifier and Type | Method and Description |
|---|---|
static DataSetRequest.Builder |
DataSetRequest.Builder.of(String quandlCode)
Create the base DataSetRequest object passing in the Quandl code.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withColumn(int columnIndex)
Optionally specify a specific column for the request.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withEndDate(org.threeten.bp.LocalDate endDate)
Optionally specify an end date cut-off for the request.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withFrequency(Frequency frequency)
Optionally specify the sampling frequency for the request.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withMaxRows(int maxRows)
Optionally specify the maximum number of rows that should be returns for the request.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withSortOrder(SortOrder sortOrder)
Optionally specify the sort order of the results.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withStartDate(org.threeten.bp.LocalDate startDate)
Optionally specify a start date cut-off for the request.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withTransform(Transform transform)
Optionally specify a data transformation function for the request.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}