Builder

public class Builder

Collects a digital currency time series' header fields and assembles them into a MetaData.

Constructors

Link copied to clipboard
public void MetaData.Builder()

Functions

Link copied to clipboard
public MetaData build()
Assembles the values set so far into a metadata instance.
Link copied to clipboard
public MetaData.Builder digitalCurrencyCode(String digitalCurrencyCode)
Sets the digital currency's symbol.
Link copied to clipboard
public MetaData.Builder digitalCurrencyName(String digitalCurrencyName)
Sets the digital currency's full name.
Link copied to clipboard
public MetaData.Builder information(String information)
Sets the endpoint description.
Link copied to clipboard
public MetaData.Builder interval(String interval)
Sets the interval between data points.
Link copied to clipboard
public MetaData.Builder lastRefreshed(String lastRefreshed)
Sets the date the series was last refreshed.
Link copied to clipboard
public MetaData.Builder marketCode(String marketCode)
Sets the market currency's code.
Link copied to clipboard
public MetaData.Builder marketName(String marketName)
Sets the market currency's full name.
Link copied to clipboard
public MetaData.Builder outputSize(String outputSize)
Sets the amount of historical data returned.
Link copied to clipboard
public MetaData.Builder timeZone(String timeZone)
Sets the time zone lastRefreshed is expressed in.