GetAssetBySymbolRequestBuilder
, GetAssetsRequestBuilder
public abstract class AssetsRequestBuilder extends AlpacaRequestBuilder
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
ASSETS_ENDPOINT |
The Constant ASSETS_ENDPOINT.
|
bodyProperties, URL_SEPARATOR, urlParameters
Constructor | Description |
---|---|
AssetsRequestBuilder(java.lang.String baseUrl) |
Instantiates a new assets request builder.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getEndpoint() |
Gets the endpoint.
|
appendBodyProperty, appendEndpoint, appendURLParameter, getBodyAsJSON, getURL, isDefaultEndpoint, setDefaultEndpoint
public static final java.lang.String ASSETS_ENDPOINT
public AssetsRequestBuilder(java.lang.String baseUrl)
baseUrl
- the base urlpublic java.lang.String getEndpoint()
AlpacaRequestBuilder
getEndpoint
in class AlpacaRequestBuilder