| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| Modifier and Type | Method and Description |
|---|---|
Frequency |
MultiDataSetRequest.getFrequency() |
Frequency |
DataSetRequest.getFrequency() |
static Frequency |
Frequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Frequency[] |
Frequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MultiDataSetRequest.Builder |
MultiDataSetRequest.Builder.withFrequency(Frequency frequency)
Optionally specify the sampling frequency for the request.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withFrequency(Frequency frequency)
Optionally specify the sampling frequency for the request.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}