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.sector
/
Sector
Sector
public
final
class
Sector
implements
Fetcher
Access to Sector Performance Data.
Author
Sylvester Sefa-Yeboah
Since
1.4.0
Members
Constructors
Sector
Link copied to clipboard
public
void
Sector
(
Config
config
)
Functions
fetch
Link copied to clipboard
public
void
fetch
(
)
Performs a fetch operation.
fetch
Sync
Link copied to clipboard
public
SectorResponse
fetchSync
(
)
Makes a blocking synchronous http request to fetch the data.
on
Failure
Link copied to clipboard
public
Sector
onFailure
(
Fetcher.FailureCallback
callback
)
Sets the failure callback.
on
Success
Link copied to clipboard
public
Sector
onSuccess
(
Fetcher.SuccessCallback
<
SectorResponse
>
callback
)
Sets the success callback.