Package io.revealbi.core.data
Class RVDynamicsCrmDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVDynamicsCrmDataSourceItem
Dynamics CRM data source item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCustom query to use when getting data from Dynamics CRM.Name of the entity to use.Name of the organization to use.setCustomQuery(String value) Custom query to use when getting data from Dynamics CRM.Name of the entity to use.setOrganization(String value) Name of the organization to use.Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVDynamicsCrmDataSourceItem
-
-
Method Details
-
setOrganization
Name of the organization to use.- Parameters:
value-- Returns:
-
getOrganization
Name of the organization to use.- Returns:
-
setEntity
Name of the entity to use.- Parameters:
value-- Returns:
-
getEntity
Name of the entity to use.- Returns:
-
setCustomQuery
Custom query to use when getting data from Dynamics CRM.- Parameters:
value-- Returns:
-
getCustomQuery
Custom query to use when getting data from Dynamics CRM.- Returns:
-