Builder

public abstract class Builder<T extends FundamentalDataRequest.Builder<? extends Object>>

Base builder shared by every fundamental data request, carrying the ticker symbol and the Alpha Vantage function to request.

Parameters

<T>

the concrete builder subtype, for fluent method chaining

Inheritors

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
The Alpha Vantage function that selects which report is returned.

Functions

Link copied to clipboard
public abstract FundamentalDataRequest build()
Builds the request from this builder's current state.
Link copied to clipboard
public T function(Function function)
Sets the Alpha Vantage function that selects which report is returned.
Link copied to clipboard
public T symbol(String symbol)
Sets the ticker symbol to request data for.