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
/
IncomeStatementRequest
/
Builder
Builder
public
class
Builder
extends
FundamentalDataRequest.Builder
<
IncomeStatementRequest.Builder
>
Builds an
IncomeStatementRequest
.
Members
Constructors
Income
Statement
Request.
Builder
Link copied to clipboard
public
void
IncomeStatementRequest.Builder
(
)
Creates a builder preset to the
INCOME_STATEMENT
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
IncomeStatementRequest
build
(
)
Builds the income statement 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.