alphavantage
Toggle table of contents
1.8.0
java
Target filter
java
Switch theme
Search in API
Skip to content
alphavantage
alphavantage
/
com.crazzyghost.alphavantage.fundamentaldata.request
/
EarningsRequest
/
Builder
Builder
public
class
Builder
extends
FundamentalDataRequest.Builder
<
EarningsRequest.Builder
>
Builds an
EarningsRequest
.
Members
Constructors
Earnings
Request.
Builder
Link copied to clipboard
public
void
EarningsRequest.Builder
(
)
Creates a builder preset to the
EARNINGS
function.
Properties
function
Link copied to clipboard
public
Function
function
The Alpha Vantage function that selects which report is returned.
Functions
build
Link copied to clipboard
public
EarningsRequest
build
(
)
Builds the earnings request from this builder's current state.
function
Link copied to clipboard
public
T
function
(
Function
function
)
Sets the Alpha Vantage function that selects which report is returned.
symbol
Link copied to clipboard
public
T
symbol
(
String
symbol
)
Sets the ticker symbol to request data for.