Package io.revealbi.core.data
Class RVMarketoDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVMarketoDataSourceItem
- All Implemented Interfaces:
IRVResourceItem
Marketo data source item, see
RVMarketoDataSource for more information.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd date to use when requesting data.Entity to retrieve data from.Start date to use when requesting data.getUrl()URL to the Marketo endpoint, must match the URL specified in theRVMarketoDataSourcedata source object.setEndDate(Calendar value) End date to use when requesting data.Entity to retrieve data from.setStartDate(Calendar value) Start date to use when requesting data.URL to the Marketo endpoint, must match the URL specified in theRVMarketoDataSourcedata source object.Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVMarketoDataSourceItem
-
-
Method Details
-
setUrl
URL to the Marketo endpoint, must match the URL specified in theRVMarketoDataSourcedata source object.- Parameters:
value-- Returns:
-
getUrl
URL to the Marketo endpoint, must match the URL specified in theRVMarketoDataSourcedata source object.- Returns:
-
setEntity
Entity to retrieve data from.- Parameters:
value-- Returns:
-
getEntity
Entity to retrieve data from.- Returns:
-
setStartDate
Start date to use when requesting data.- Parameters:
value-- Returns:
-
getStartDate
Start date to use when requesting data.- Returns:
-
setEndDate
End date to use when requesting data.- Parameters:
value-- Returns:
-
getEndDate
End date to use when requesting data.- Returns:
-