| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| com.jimmoores.quandl.util |
Quandl wrapper utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderDefinition |
TabularResult.getHeaderDefinition()
Get the header definition.
|
HeaderDefinition |
MetaDataResult.getHeaderDefinition()
Extract a HeaderDefinition from the meta data.
|
static HeaderDefinition |
HeaderDefinition.of(List<String> columnNames)
Create a RowDefinition.
|
static HeaderDefinition |
HeaderDefinition.of(String... columnNames)
Create a RowDefinition when no type information is available.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,HeaderDefinition> |
QuandlSession.getMultipleHeaderDefinition(MultiMetaDataRequest request)
Deprecated.
this now uses single calls to simulate multisets to support legacy code
|
| Modifier and Type | Method and Description |
|---|---|
static TabularResult |
TabularResult.of(HeaderDefinition headerDefinition,
List<Row> rows)
Create a tabular result set from a header definition and an ordered list of rows.
|
static Row |
Row.of(HeaderDefinition headerDefinition,
String[] values)
Create a Row.
|
Row |
Row.withPaddedHeader(HeaderDefinition headerDefinition)
Create row with new header.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PrettyPrinter.toPrettyPrintedString(Map<String,HeaderDefinition> multiHeaderDefinitionResult)
Pretty print a map of String to HeaderDefinition (see QuandlSession.getMultipleHeaderDefinition)
Throws a QuandlRuntimeException if it can't render the JSONObject to a String.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}