| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| Modifier and Type | Method and Description |
|---|---|
Transform |
MultiDataSetRequest.getTransform() |
static Transform |
Transform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transform[] |
Transform.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.withTransform(Transform transform)
Optionally specify a data transformation function 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}