Class RVMarketoDataSourceItem
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
- All Implemented Interfaces:
IRVResourceItem
public class RVMarketoDataSourceItem extends RVDataSourceItem implements IRVResourceItem
Marketo data source item, seeRVMarketoDataSource
for more information.
-
-
Constructor Summary
Constructors Constructor Description RVMarketoDataSourceItem(RVMarketoDataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Calendar
getEndDate()
End date to use when requesting data.String
getEntity()
Entity to retrieve data from.Calendar
getStartDate()
Start date to use when requesting data.String
getUrl()
URL to the Marketo endpoint, must match the URL specified in theRVMarketoDataSource
data source object.Calendar
setEndDate(Calendar value)
End date to use when requesting data.String
setEntity(String value)
Entity to retrieve data from.Calendar
setStartDate(Calendar value)
Start date to use when requesting data.String
setUrl(String value)
URL to the Marketo endpoint, must match the URL specified in theRVMarketoDataSource
data source object.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
-
-
-
Constructor Detail
-
RVMarketoDataSourceItem
public RVMarketoDataSourceItem(RVMarketoDataSource dataSource)
-
-
Method Detail
-
setUrl
public String setUrl(String value)
URL to the Marketo endpoint, must match the URL specified in theRVMarketoDataSource
data source object.- Parameters:
value
-- Returns:
-
getUrl
public String getUrl()
URL to the Marketo endpoint, must match the URL specified in theRVMarketoDataSource
data source object.- Returns:
-
setEntity
public String setEntity(String value)
Entity to retrieve data from.- Parameters:
value
-- Returns:
-
getEntity
public String getEntity()
Entity to retrieve data from.- Returns:
-
setStartDate
public Calendar setStartDate(Calendar value)
Start date to use when requesting data.- Parameters:
value
-- Returns:
-
getStartDate
public Calendar getStartDate()
Start date to use when requesting data.- Returns:
-
setEndDate
public Calendar setEndDate(Calendar value)
End date to use when requesting data.- Parameters:
value
-- Returns:
-
getEndDate
public Calendar getEndDate()
End date to use when requesting data.- Returns:
-
-