Skip navigation links
A B C D E F G H I M N O P Q R S T U V W 

A

allColumns(String) - Static method in class com.jimmoores.quandl.QuandlCodeRequest
Request all columns for a given quandlCode.
appendPathAndQueryParameters(WebTarget) - Method in class com.jimmoores.quandl.DataSetRequest
Append any specified parameters to the provided WebTarget.
appendPathAndQueryParameters(WebTarget) - Method in class com.jimmoores.quandl.MetaDataRequest
Append any specified parameters to the provided WebTarget.
appendPathAndQueryParameters(WebTarget) - Method in class com.jimmoores.quandl.MultiDataSetRequest
Append any specified parameters to the provided WebTarget.
appendPathAndQueryParameters(WebTarget) - Method in class com.jimmoores.quandl.MultiMetaDataRequest
Append any specified parameters to the provided WebTarget.
appendPathAndQueryParameters(WebTarget) - Method in class com.jimmoores.quandl.SearchRequest
Append any specified parameters to the provided WebTarget.
ArgumentChecker - Class in com.jimmoores.quandl.util
Utility class for checking arguments.
AUTH_TOKEN_PARAM_NAME - Static variable in class com.jimmoores.quandl.QuandlSession
the parameter name for the authorization token (aka Quandl API key).

B

build() - Method in class com.jimmoores.quandl.DataSetRequest.Builder
Build the request object.
build() - Method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Build the request object.
build() - Method in class com.jimmoores.quandl.SearchRequest.Builder
Build an instance of the underlying request object.
build() - Method in class com.jimmoores.quandl.SessionOptions.Builder
Build an instance of QuandlOptions using the parameters in this builder instance.
Builder() - Constructor for class com.jimmoores.quandl.SearchRequest.Builder
 

C

checkRetries(int) - Method in class com.jimmoores.quandl.RetryPolicy
Check if we should retry given current number of retries.
columnIndex(String) - Method in class com.jimmoores.quandl.HeaderDefinition
Get the column index of the named column (zero-based).
com.jimmoores.quandl - package com.jimmoores.quandl
The core Quandl wrapper classes
com.jimmoores.quandl.example - package com.jimmoores.quandl.example
A simple example that demonstrates each major API call.
com.jimmoores.quandl.util - package com.jimmoores.quandl.util
Quandl wrapper utility classes.
create(String) - Static method in class com.jimmoores.quandl.QuandlSession
Create a Quandl session to use a specific authorization token (authToken) with all requests.
create() - Static method in class com.jimmoores.quandl.QuandlSession
Create a Quandl session without an authorization token (authToken).
create(SessionOptions) - Static method in class com.jimmoores.quandl.QuandlSession
Create a Quandl session with detailed SessionOptions.
createFixedRetryPolicy(int, long) - Static method in class com.jimmoores.quandl.RetryPolicy
Create a retry policy that retries a fixed number of times with a fixed interval.
createNoRetryPolicy() - Static method in class com.jimmoores.quandl.RetryPolicy
Create a retry policy that never retries.
createSequenceRetryPolicy(long[]) - Static method in class com.jimmoores.quandl.RetryPolicy
Create a retry policy that retries with a provided set of back off periods.

D

DataSetRequest - Class in com.jimmoores.quandl
Class for a tabular data set request to Quandl.
DataSetRequest.Builder - Class in com.jimmoores.quandl
Inner builder class.
DefaultRESTDataProvider - Class in com.jimmoores.quandl.util
Utility methods for fetching data from remote Quandl REST interface.
DefaultRESTDataProvider() - Constructor for class com.jimmoores.quandl.util.DefaultRESTDataProvider
 
Demo - Class in com.jimmoores.quandl.example
Demo using Quandl library.

E

equals(Object) - Method in class com.jimmoores.quandl.DataSetRequest
 
equals(Object) - Method in class com.jimmoores.quandl.HeaderDefinition
 
equals(Object) - Method in class com.jimmoores.quandl.MetaDataRequest
 
equals(Object) - Method in class com.jimmoores.quandl.MetaDataResult
 
equals(Object) - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
equals(Object) - Method in class com.jimmoores.quandl.MultiMetaDataRequest
 
equals(Object) - Method in class com.jimmoores.quandl.QuandlCodeRequest
 
equals(Object) - Method in class com.jimmoores.quandl.Row
 
equals(Object) - Method in class com.jimmoores.quandl.SearchRequest
 
equals(Object) - Method in class com.jimmoores.quandl.SearchResult
 
equals(Object) - Method in class com.jimmoores.quandl.TabularResult
 
Example1 - Class in com.jimmoores.quandl.example
Example 1.
Example2 - Class in com.jimmoores.quandl.example
Example 2.
Example3 - Class in com.jimmoores.quandl.example
Example 3.
Example3a - Class in com.jimmoores.quandl.example
Example 3a.
Example4 - Class in com.jimmoores.quandl.example
Example 4.
Example5 - Class in com.jimmoores.quandl.example
Example 5.
Example6 - Class in com.jimmoores.quandl.example
Example 6.
Example7 - Class in com.jimmoores.quandl.example
Example 7.
Example8 - Class in com.jimmoores.quandl.example
Example 8.

F

Frequency - Enum in com.jimmoores.quandl
Enumerated type representing the frequency of data being requested.

G

get(int) - Method in class com.jimmoores.quandl.TabularResult
Get a row, indexed from zero (excluding the header).
getAuthToken() - Method in class com.jimmoores.quandl.SessionOptions
Get the Quandl auth token stored in this SessionOptions, or null if none was specified.
getClient() - Method in class com.jimmoores.quandl.QuandlSession
Allow the client to be overridden by a test subclass.
getColumnNames() - Method in class com.jimmoores.quandl.HeaderDefinition
Get an immutable copy of the list of column names.
getColumnNumber() - Method in class com.jimmoores.quandl.QuandlCodeRequest
 
getCurrentPage() - Method in class com.jimmoores.quandl.SearchResult
Get the current page of this result set.
getDatabaseCode() - Method in class com.jimmoores.quandl.SearchRequest
 
getDataSet(DataSetRequest) - Method in class com.jimmoores.quandl.QuandlSession
Get a tabular data set from Quandl.
getDataSets(MultiDataSetRequest) - Method in class com.jimmoores.quandl.QuandlSession
Deprecated.
this call is provided for compatibility purposes and is deprecated, please use the single request mechanism
getDocumentsPerPage() - Method in class com.jimmoores.quandl.SearchResult
Get the number of documents per page in this result set.
getDouble(String) - Method in class com.jimmoores.quandl.MetaDataResult
Get a Double field.
getDouble(int) - Method in class com.jimmoores.quandl.Row
Returns an entry from a given column index as a Double (possibly null).
getDouble(String) - Method in class com.jimmoores.quandl.Row
Returns an entry from a given column name as a Double (possibly null).
getEndDate() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
getFrequency() - Method in class com.jimmoores.quandl.DataSetRequest
 
getFrequency() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
getHeaderDefinition() - Method in class com.jimmoores.quandl.MetaDataResult
Extract a HeaderDefinition from the meta data.
getHeaderDefinition() - Method in class com.jimmoores.quandl.TabularResult
Get the header definition.
getJSONResponse(WebTarget) - Method in class com.jimmoores.quandl.util.DefaultRESTDataProvider
Invoke a GET call on the web target and return the result as a parsed JSON object.
getJSONResponse(WebTarget) - Method in interface com.jimmoores.quandl.util.RESTDataProvider
Invoke a GET call on the web target and return the result as a parsed JSON object.
getLocalDate(String) - Method in class com.jimmoores.quandl.MetaDataResult
Get a LocalDate field (converted from a String internally).
getLocalDate(int) - Method in class com.jimmoores.quandl.Row
Returns an entry from a given column index as a LocalDate (possibly null).
getLocalDate(String) - Method in class com.jimmoores.quandl.Row
Returns an entry from a given column name as a LocalDate (possibly null).
getMaxPerPage() - Method in class com.jimmoores.quandl.SearchRequest
 
getMaxRows() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
getMetaData(MetaDataRequest) - Method in class com.jimmoores.quandl.QuandlSession
Get meta data from Quandl about a particular quandlCode.
getMetaData(MultiMetaDataRequest) - Method in class com.jimmoores.quandl.QuandlSession
Get meta data from Quandl about a range of quandlCodes returned as a single MetaDataResult.
getMetaDataResultList() - Method in class com.jimmoores.quandl.SearchResult
Extract a list of MetaDataResult objects, each one representing a match.
getMultipleHeaderDefinition(MultiMetaDataRequest) - Method in class com.jimmoores.quandl.QuandlSession
Deprecated.
this now uses single calls to simulate multisets to support legacy code
getOffsetDateTime(String) - Method in class com.jimmoores.quandl.MetaDataResult
Get a LocalDate field (converted from a String internally).
getPageNumber() - Method in class com.jimmoores.quandl.SearchRequest
 
getQuandlCode() - Method in class com.jimmoores.quandl.DataSetRequest
 
getQuandlCode() - Method in class com.jimmoores.quandl.MetaDataRequest
 
getQuandlCode() - Method in class com.jimmoores.quandl.MetaDataResult
Get the Quandl code associated with this metadata.
getQuandlCode() - Method in class com.jimmoores.quandl.QuandlCodeRequest
 
getQuandlCodeRequests() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
getQuandlCodes() - Method in class com.jimmoores.quandl.MultiMetaDataRequest
 
getQuery() - Method in class com.jimmoores.quandl.SearchRequest
 
getRateLimitLimit() - Method in exception com.jimmoores.quandl.util.QuandlTooManyRequestsException
 
getRateLimitRemaining() - Method in exception com.jimmoores.quandl.util.QuandlTooManyRequestsException
 
getRawJSON() - Method in class com.jimmoores.quandl.MetaDataResult
Get the underlying JSON object, useful if the data structure has changed since release.
getRawJSON() - Method in class com.jimmoores.quandl.SearchResult
Get the underlying JSON object, useful if the data structure has changed since release.
getRESTDataProvider() - Method in class com.jimmoores.quandl.SessionOptions
Get the REST data provider to use when sending API requests to Quandl.
getRetryAfter() - Method in exception com.jimmoores.quandl.util.QuandlTooManyRequestsException
 
getRetryPolicy() - Method in class com.jimmoores.quandl.SessionOptions
Get the RetryPolicy to use in determining retry behaviour when calls to Quandl fail.
getSortOrder() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
getStartDate() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
getString(String) - Method in class com.jimmoores.quandl.MetaDataResult
Get a String field.
getString(int) - Method in class com.jimmoores.quandl.Row
Returns an entry from a given column index as a String (possibly null).
getString(String) - Method in class com.jimmoores.quandl.Row
Returns an entry from a given column name as a String (possibly null).
getTabularResponse(WebTarget) - Method in class com.jimmoores.quandl.util.DefaultRESTDataProvider
Invoke a GET call on the web target and return the result as a TabularResult (parsed CSV).
getTabularResponse(WebTarget) - Method in interface com.jimmoores.quandl.util.RESTDataProvider
Invoke a GET call on the web target and return the result as a TabularResult (parsed CSV).
getTotalDocuments() - Method in class com.jimmoores.quandl.SearchResult
Get the total number of documents in this result set.
getTransform() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 

H

has(String) - Method in class com.jimmoores.quandl.MetaDataResult
Return whether a field is present.
hashCode() - Method in class com.jimmoores.quandl.DataSetRequest
 
hashCode() - Method in class com.jimmoores.quandl.HeaderDefinition
 
hashCode() - Method in class com.jimmoores.quandl.MetaDataRequest
 
hashCode() - Method in class com.jimmoores.quandl.MetaDataResult
 
hashCode() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
hashCode() - Method in class com.jimmoores.quandl.MultiMetaDataRequest
 
hashCode() - Method in class com.jimmoores.quandl.QuandlCodeRequest
 
hashCode() - Method in class com.jimmoores.quandl.Row
 
hashCode() - Method in class com.jimmoores.quandl.SearchRequest
 
hashCode() - Method in class com.jimmoores.quandl.SearchResult
 
hashCode() - Method in class com.jimmoores.quandl.TabularResult
 
HeaderDefinition - Class in com.jimmoores.quandl
The definition of the names of columns in a Row.

I

isDataExhausted() - Method in exception com.jimmoores.quandl.util.QuandlTooManyRequestsException
 
isEmpty() - Method in class com.jimmoores.quandl.TabularResult
Return whether the result set empty.
isSingleColumnRequest() - Method in class com.jimmoores.quandl.QuandlCodeRequest
 
iterator() - Method in class com.jimmoores.quandl.HeaderDefinition
Get an iterator to return the names of all the columns in order.
iterator() - Method in class com.jimmoores.quandl.MetaDataResult
An iterator over the string field names.
iterator() - Method in class com.jimmoores.quandl.SearchResult
An iterator over the string field names.
iterator() - Method in class com.jimmoores.quandl.TabularResult
Gets a row iterator.

M

main(String[]) - Static method in class com.jimmoores.quandl.example.Demo
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example1
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example2
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example3
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example3a
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example4
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example5
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example6
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example7
Main entry point.
main(String[]) - Static method in class com.jimmoores.quandl.example.Example8
Main entry point.
MetaDataRequest - Class in com.jimmoores.quandl
A class that packages the request for MetaData from Quandl.
MetaDataResult - Class in com.jimmoores.quandl
Class to hold meta-data for a single Quandl code.
MultiDataSetRequest - Class in com.jimmoores.quandl
Builder class for a tabular data set request to Quandl.
MultiDataSetRequest.Builder - Class in com.jimmoores.quandl
Inner builder class.
MultiMetaDataRequest - Class in com.jimmoores.quandl
A class that packages the request for MetaData from Quandl.

N

notNull(Object, String) - Static method in class com.jimmoores.quandl.util.ArgumentChecker
Throws an exception if the argument is not null.
notNullOrEmpty(E[], String) - Static method in class com.jimmoores.quandl.util.ArgumentChecker
Throws an exception if the array argument is not null or empty.
notNullOrEmpty(Collection<E>, String) - Static method in class com.jimmoores.quandl.util.ArgumentChecker
Throws an exception if the collection argument is not null or empty.
notNullOrEmpty(String, String) - Static method in class com.jimmoores.quandl.util.ArgumentChecker
Throws an exception if the string argument is not null or empty.

O

of(String) - Static method in class com.jimmoores.quandl.DataSetRequest.Builder
Create the base DataSetRequest object passing in the Quandl code.
of(List<String>) - Static method in class com.jimmoores.quandl.HeaderDefinition
Create a RowDefinition.
of(String...) - Static method in class com.jimmoores.quandl.HeaderDefinition
Create a RowDefinition when no type information is available.
of(String) - Static method in class com.jimmoores.quandl.MetaDataRequest
Factory method to create a meta data request instance.
of(JSONObject) - Static method in class com.jimmoores.quandl.MetaDataResult
Factory method for creating and instance of a MetaDataResult.
of(List<QuandlCodeRequest>) - Static method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Create the base DataSetRequest object passing in the Quandl code.
of(QuandlCodeRequest...) - Static method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Create the base DataSetRequest object passing in the Quandl code.
of(List<String>) - Static method in class com.jimmoores.quandl.MultiMetaDataRequest
Factory method to create a meta data request instance.
of(String...) - Static method in class com.jimmoores.quandl.MultiMetaDataRequest
Factory method to create a meta data request instance.
of(HeaderDefinition, String[]) - Static method in class com.jimmoores.quandl.Row
Create a Row.
of(String) - Static method in class com.jimmoores.quandl.SearchRequest.Builder
Deprecated.
use Builder().withQuery(query) instead
of(JSONObject) - Static method in class com.jimmoores.quandl.SearchResult
Factory method for creating and instance of a MetaDataResult.
of(HeaderDefinition, List<Row>) - Static method in class com.jimmoores.quandl.TabularResult
Create a tabular result set from a header definition and an ordered list of rows.

P

PrettyPrinter - Class in com.jimmoores.quandl.util
Static utility class to PrettyPrint structures.

Q

QuandlCodeRequest - Class in com.jimmoores.quandl
Class for representing a request for either a single column for a given Quandl code, or a request for all columns for a given Quandl code.
QuandlRequestFailedException - Exception in com.jimmoores.quandl.util
A runtime exception from the Quandl client indicating an HTTP 429 response code (Too many requests) and that subsequent retries according to the session retry policy also failed.
QuandlRequestFailedException(String, Throwable) - Constructor for exception com.jimmoores.quandl.util.QuandlRequestFailedException
Constructor when another exception is being included.
QuandlRequestFailedException(String) - Constructor for exception com.jimmoores.quandl.util.QuandlRequestFailedException
Constructor when exception is not caused by an underlying exception.
QuandlRuntimeException - Exception in com.jimmoores.quandl.util
A runtime exception from the Quandl client.
QuandlRuntimeException(String, Throwable) - Constructor for exception com.jimmoores.quandl.util.QuandlRuntimeException
Constructor when another exception is being included.
QuandlRuntimeException(String) - Constructor for exception com.jimmoores.quandl.util.QuandlRuntimeException
Constructor when exception is not caused by an underlying exception.
QuandlServiceUnavailableException - Exception in com.jimmoores.quandl.util
A runtime exception from the Quandl client indicating an HTTP 503 response code (Service unavailable).
QuandlServiceUnavailableException(String, Throwable) - Constructor for exception com.jimmoores.quandl.util.QuandlServiceUnavailableException
Constructor when another exception is being included.
QuandlServiceUnavailableException(String) - Constructor for exception com.jimmoores.quandl.util.QuandlServiceUnavailableException
Constructor when exception is not caused by an underlying exception.
QuandlSession - Class in com.jimmoores.quandl
Quandl session class.
QuandlTooManyRequestsException - Exception in com.jimmoores.quandl.util
A runtime exception from the Quandl client indicating an HTTP 429 response code (Too many requests).
QuandlTooManyRequestsException(String, Throwable) - Constructor for exception com.jimmoores.quandl.util.QuandlTooManyRequestsException
Constructor when another exception is being included.
QuandlTooManyRequestsException(String) - Constructor for exception com.jimmoores.quandl.util.QuandlTooManyRequestsException
Constructor when exception is not caused by an underlying exception.
QuandlTooManyRequestsException(String, Long, Long, Long) - Constructor for exception com.jimmoores.quandl.util.QuandlTooManyRequestsException
Constructor when exception is not caused by an underlying exception.
QuandlTooManyRequestsException(String, Long, Long, Long, Throwable) - Constructor for exception com.jimmoores.quandl.util.QuandlTooManyRequestsException
Constructor when exception is caused by an underlying exception.
QuandlUnprocessableEntityException - Exception in com.jimmoores.quandl.util
A runtime exception from the Quandl client indicating an HTTP 422 response code (Unprocessable Entity).
QuandlUnprocessableEntityException(String, Throwable) - Constructor for exception com.jimmoores.quandl.util.QuandlUnprocessableEntityException
Constructor when another exception is being included.
QuandlUnprocessableEntityException(String) - Constructor for exception com.jimmoores.quandl.util.QuandlUnprocessableEntityException
Constructor when exception is not caused by an underlying exception.

R

RESTDataProvider - Interface in com.jimmoores.quandl.util
An interface for abstracting the detail of getting a result object from the back-end, primarily to ease testing but also to remove code duplication.
RetryPolicy - Class in com.jimmoores.quandl
Class containing multiple retry policies.
RetryPolicy() - Constructor for class com.jimmoores.quandl.RetryPolicy
 
Row - Class in com.jimmoores.quandl
Class to represent a single Row of data.

S

search(SearchRequest) - Method in class com.jimmoores.quandl.QuandlSession
Get search results from Quandl.
SearchRequest - Class in com.jimmoores.quandl
A class that packages the request for search query from Quandl.
SearchRequest.Builder - Class in com.jimmoores.quandl
Builder for this class.
SearchResult - Class in com.jimmoores.quandl
Class to hold meta-data for a single Quandl code.
SERVICE_UNAVAILABLE - Static variable in interface com.jimmoores.quandl.util.RESTDataProvider
HTTP Response code returned when the service is unavailable - it is an indication of a probably temporary error or load problem on the server
SessionOptions - Class in com.jimmoores.quandl
Class for specifying any non-trivial options to a QuandlSession.
SessionOptions.Builder - Class in com.jimmoores.quandl
Internal Builder class.
singleColumn(String, int) - Static method in class com.jimmoores.quandl.QuandlCodeRequest
Request just a single column for a given quandlCode.
size() - Method in class com.jimmoores.quandl.HeaderDefinition
Get the number of columns in this header definition.
size() - Method in class com.jimmoores.quandl.Row
Get the number of columns in this row.
size() - Method in class com.jimmoores.quandl.TabularResult
Get the number of rows in this TabularResult.
SortOrder - Enum in com.jimmoores.quandl
An enumerated type representing the required result ordering from a Quandl REST API request.

T

TabularResult - Class in com.jimmoores.quandl
Represents a result in tabular form.
TOO_MANY_REQUESTS - Static variable in interface com.jimmoores.quandl.util.RESTDataProvider
HTTP Response code returned when the client has made too many request - it is an indication of rate limiting on the server-side.
toPrettyPrintedString() - Method in class com.jimmoores.quandl.MetaDataResult
Print a nicely formatted representation of this object.
toPrettyPrintedString() - Method in class com.jimmoores.quandl.SearchResult
Print a nicely formatted representation of this object.
toPrettyPrintedString() - Method in class com.jimmoores.quandl.TabularResult
Print a nicely formatted representation of this object.
toPrettyPrintedString(SearchResult) - Static method in class com.jimmoores.quandl.util.PrettyPrinter
Pretty print a SearchResult as an indented piece of JSON code.
toPrettyPrintedString(MetaDataResult) - Static method in class com.jimmoores.quandl.util.PrettyPrinter
Pretty print a MetaDataResult as an indented piece of JSON code.
toPrettyPrintedString(JSONObject) - Static method in class com.jimmoores.quandl.util.PrettyPrinter
Pretty print a JSONObject as an indented piece of JSON code.
toPrettyPrintedString(Map<String, HeaderDefinition>) - Static method in class com.jimmoores.quandl.util.PrettyPrinter
Pretty print a map of String to HeaderDefinition (see QuandlSession.getMultipleHeaderDefinition) Throws a QuandlRuntimeException if it can't render the JSONObject to a String.
toPrettyPrintedString(TabularResult) - Static method in class com.jimmoores.quandl.util.PrettyPrinter
Pretty print a TabularResult in a text-based table format.
toString() - Method in class com.jimmoores.quandl.DataSetRequest
 
toString() - Method in class com.jimmoores.quandl.HeaderDefinition
 
toString() - Method in class com.jimmoores.quandl.MetaDataRequest
 
toString() - Method in class com.jimmoores.quandl.MetaDataResult
Use the underlying JSON toString() to show full data structure.
toString() - Method in class com.jimmoores.quandl.MultiDataSetRequest
 
toString() - Method in class com.jimmoores.quandl.MultiMetaDataRequest
 
toString() - Method in class com.jimmoores.quandl.QuandlCodeRequest
 
toString() - Method in class com.jimmoores.quandl.Row
 
toString() - Method in class com.jimmoores.quandl.SearchRequest
 
toString() - Method in class com.jimmoores.quandl.SearchResult
Use the underlying JSON toString() to show full data structure.
toString() - Method in class com.jimmoores.quandl.TabularResult
 
Transform - Enum in com.jimmoores.quandl
Enumerated type to represent a server-side pre-processing transformation of the source data.

U

UNPROCESSABLE_ENTITY - Static variable in interface com.jimmoores.quandl.util.RESTDataProvider
HTTP Response code returned in some cases, usually when a request is nonsensical, e.g.

V

valueOf(String) - Static method in enum com.jimmoores.quandl.Frequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jimmoores.quandl.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jimmoores.quandl.Transform
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jimmoores.quandl.Frequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jimmoores.quandl.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jimmoores.quandl.Transform
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAuthToken(String) - Static method in class com.jimmoores.quandl.SessionOptions.Builder
Specify a specific auth token.
withColumn(int) - Method in class com.jimmoores.quandl.DataSetRequest.Builder
Optionally specify a specific column for the request.
withDatabaseCode(String) - Method in class com.jimmoores.quandl.SearchRequest.Builder
Specify the database to search within.
withEndDate(LocalDate) - Method in class com.jimmoores.quandl.DataSetRequest.Builder
Optionally specify an end date cut-off for the request.
withEndDate(LocalDate) - Method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Optionally specify an end date cut-off for the request.
withFrequency(Frequency) - Method in class com.jimmoores.quandl.DataSetRequest.Builder
Optionally specify the sampling frequency for the request.
withFrequency(Frequency) - Method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Optionally specify the sampling frequency for the request.
withMaxPerPage(int) - Method in class com.jimmoores.quandl.SearchRequest.Builder
Specify the maximum number of documents per page of results.
withMaxRows(int) - Method in class com.jimmoores.quandl.DataSetRequest.Builder
Optionally specify the maximum number of rows that should be returns for the request.
withMaxRows(int) - Method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Optionally specify the maximum number of rows that should be returns for the request.
withoutAuthToken() - Static method in class com.jimmoores.quandl.SessionOptions.Builder
Specify no auth token.
withPaddedHeader(HeaderDefinition) - Method in class com.jimmoores.quandl.Row
Create row with new header.
withPageNumber(int) - Method in class com.jimmoores.quandl.SearchRequest.Builder
Specify the page number of the results (1-based).
withQuery(String) - Method in class com.jimmoores.quandl.SearchRequest.Builder
Specify the search term to use for your query.
withRESTDataProvider(RESTDataProvider) - Method in class com.jimmoores.quandl.SessionOptions.Builder
Specify a custom RESTDataProvider for the session to use when sending requests, intended for testing purposes.
withRetryPolicy(RetryPolicy) - Method in class com.jimmoores.quandl.SessionOptions.Builder
Specify the number of retries to execute before giving up on a request.
withSortOrder(SortOrder) - Method in class com.jimmoores.quandl.DataSetRequest.Builder
Optionally specify the sort order of the results.
withSortOrder(SortOrder) - Method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Optionally specify the sort order of the results.
withStartDate(LocalDate) - Method in class com.jimmoores.quandl.DataSetRequest.Builder
Optionally specify a start date cut-off for the request.
withStartDate(LocalDate) - Method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Optionally specify a start date cut-off for the request.
withTransform(Transform) - Method in class com.jimmoores.quandl.DataSetRequest.Builder
Optionally specify a data transformation function for the request.
withTransform(Transform) - Method in class com.jimmoores.quandl.MultiDataSetRequest.Builder
Optionally specify a data transformation function for the request.
A B C D E F G H I M N O P Q R S T U V W 
Skip navigation links

Copyright 2014-Present by Jim Moores
${javadoc.footer.license}