Package io.revealbi.core.data
Class RVRESTDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVRESTDataSourceItem
- All Implemented Interfaces:
IRVResourceItem
REST API data source item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValues for the parameters specified in the data sourceRVRESTDataSource.getUrl()property.getUrl()Deprecated.This method is deprecated and will be removed in a future release.setParameters(HashMap<String, Object> value) Values for the parameters specified in the data sourceRVRESTDataSource.getUrl()property.Deprecated.This property is deprecated and will soon be removed.Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVRESTDataSourceItem
-
-
Method Details
-
setParameters
Values for the parameters specified in the data sourceRVRESTDataSource.getUrl()property.- Parameters:
value-- Returns:
-
getParameters
Values for the parameters specified in the data sourceRVRESTDataSource.getUrl()property.- Returns:
-
setUrl
Deprecated.This property is deprecated and will soon be removed. Please set the Url directly on the data source instead.URL to the REST endpoint. The value will be set as the URL of the item's associatedRVRESTDataSourcedata source object.- Parameters:
value-- Returns:
-
getUrl
Deprecated.This method is deprecated and will be removed in a future release. UseRVRESTDataSource.getUrl()instead.URL to the REST endpoint. The value will be get from the URL of the item's associatedRVRESTDataSourcedata source object.- Returns:
-