Class RVODataDataSource
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
- com.infragistics.reveal.sdk.api.model.RVODataDataSource
-
public class RVODataDataSource extends RVDashboardDataSource
OData data source, configures the URL to get data from.
-
-
Constructor Summary
Constructors Constructor Description RVODataDataSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUrl()
URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.boolean
getUseAnonymousAuthentication()
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.String
setUrl(String value)
URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.boolean
setUseAnonymousAuthentication(boolean value)
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
-
-
-
Method Detail
-
setUrl
public String setUrl(String value)
URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.- Parameters:
value
-- Returns:
-
getUrl
public String getUrl()
URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.- Returns:
-
setUseAnonymousAuthentication
public boolean setUseAnonymousAuthentication(boolean value)
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.- Parameters:
value
-- Returns:
-
getUseAnonymousAuthentication
public boolean getUseAnonymousAuthentication()
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.- Returns:
-
-