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
/
BalanceSheetRequest
/
Builder
Builder
public
class
Builder
extends
FundamentalDataRequest.Builder
<
BalanceSheetRequest.Builder
>
Builds a
BalanceSheetRequest
.
Members
Constructors
Balance
Sheet
Request.
Builder
Link copied to clipboard
public
void
BalanceSheetRequest.Builder
(
)
Creates a builder preset to the
BALANCE_SHEET
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
BalanceSheetRequest
build
(
)
Builds the balance sheet 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.