Package io.revealbi.core.data
Class RVODataDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVODataDataSourceItem
- All Implemented Interfaces:
IRVResourceItem
OData data source item, see
RVODataDataSource for more information.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the OData entity type name used to map the response to a known schema.Returns the qualified name of the OData function or action to invoke.getUrl()URL to the OData entity set or function.setEntityType(String value) Sets the OData entity type name used to map the response to a known schema.setFunctionQName(String value) Sets the qualified name of the OData function or action to invoke.URL to the OData entity set or function.Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVODataDataSourceItem
-
-
Method Details
-
setUrl
URL to the OData entity set or function.- Parameters:
value-- Returns:
-
getUrl
URL to the OData entity set or function.- Returns:
-
getEntityType
Returns the OData entity type name used to map the response to a known schema.- Returns:
- The entity type name, or
nullif not set.
-
setEntityType
Sets the OData entity type name used to map the response to a known schema.- Parameters:
value- The entity type name.- Returns:
- The value that was set.
-
getFunctionQName
Returns the qualified name of the OData function or action to invoke.- Returns:
- The function qualified name, or
nullif not set.
-
setFunctionQName
Sets the qualified name of the OData function or action to invoke.- Parameters:
value- The function qualified name.- Returns:
- The value that was set.
-