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
/
CashFlowRequest
/
Builder
Builder
public
class
Builder
extends
FundamentalDataRequest.Builder
<
CashFlowRequest.Builder
>
Builds a
CashFlowRequest
.
Members
Constructors
Cash
Flow
Request.
Builder
Link copied to clipboard
public
void
CashFlowRequest.Builder
(
)
Creates a builder preset to the
CASH_FLOW
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
CashFlowRequest
build
(
)
Builds the cash flow 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.