Builder

Assembles a request for the inflation series. Carries no parameters beyond those inherited from EconomicIndicatorRequest.Builder.

Constructors

Link copied to clipboard
Creates a builder for the INFLATION endpoint.

Properties

Link copied to clipboard
The response format, set via dataType.
Link copied to clipboard
The Alpha Vantage function this request calls, set via function.

Functions

Link copied to clipboard
Assembles the parameters set so far into an inflation request.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the format the API replies in.
Link copied to clipboard
public T function(Function function)
Sets the Alpha Vantage function this request calls.