Builder

Assembles a request for the real GDP per capita series. The series is fixed at quarterly cadence, so this builder carries no parameters beyond those inherited from EconomicIndicatorRequest.Builder.

Constructors

Link copied to clipboard
Creates a builder for the REAL_GDP_PER_CAPITA 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 a real GDP per capita 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.