Class RVMarketoDataSourceItem

    • Constructor Detail

    • Method Detail

      • 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: