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.cryptocurrency
/
Crypto
/
RatingRequestProxy
Rating
Request
Proxy
public
class
RatingRequestProxy
extends
Crypto.RequestProxy
<
Crypto.RatingRequestProxy
,
RatingResponse
>
Proxy for building a
RatingRequest
.
Members
Constructors
Crypto.
Rating
Request
Proxy
Link copied to clipboard
public
void
Crypto.RatingRequestProxy
(
)
Functions
fetch
Link copied to clipboard
public
void
fetch
(
)
fetch
Sync
Link copied to clipboard
public
U
fetchSync
(
)
Sets the right builder and makes a synchronous request using
fetch
.
for
Symbol
Link copied to clipboard
public
T
forSymbol
(
String
symbol
)
market
Link copied to clipboard
public
T
market
(
String
symbol
)
on
Failure
Link copied to clipboard
public
T
onFailure
(
Fetcher.FailureCallback
callback
)
on
Success
Link copied to clipboard
public
T
onSuccess
(
Fetcher.SuccessCallback
<
? extends
Object
>
callback
)
set
Sync
Response
Link copied to clipboard
public
void
setSyncResponse
(
U
response
)