Class RVMarketoDataSourceItem

java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVMarketoDataSourceItem
All Implemented Interfaces:
IRVResourceItem

public class RVMarketoDataSourceItem extends RVDataSourceItem implements IRVResourceItem
Marketo data source item, see RVMarketoDataSource for more information.
  • Constructor Details

  • Method Details

    • setUrl

      public String setUrl(String value)
      URL to the Marketo endpoint, must match the URL specified in the RVMarketoDataSource data source object.
      Parameters:
      value -
      Returns:
    • getUrl

      public String getUrl()
      URL to the Marketo endpoint, must match the URL specified in the RVMarketoDataSource 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: