| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
MultiDataSetRequest.getSortOrder() |
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.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.withSortOrder(SortOrder sortOrder)
Optionally specify the sort order of the results.
|
DataSetRequest.Builder |
DataSetRequest.Builder.withSortOrder(SortOrder sortOrder)
Optionally specify the sort order of the results.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}