Income Statement Request Proxy
public class IncomeStatementRequestProxy extends FundamentalData.RequestProxy<FundamentalData.IncomeStatementRequestProxy, IncomeStatementResponse>
Proxy class for building an IncomeStatementRequest.
Constructors
Link copied to clipboard
Creates a proxy backed by a new IncomeStatementRequest.Builder.
Functions
Link copied to clipboard
Sets the right builder and makes a synchronous request using fetch.
Link copied to clipboard
Registers the callback invoked when an asynchronous fetch fails.
Link copied to clipboard
Stores the response received by fetchSync's internal callback, so it can be returned to the caller.