Class DataIntegrationScheduleConfig


  • public final class DataIntegrationScheduleConfig
    extends java.lang.Object
    • Method Detail

      • firstExecutionFrom

        public java.lang.String firstExecutionFrom()
        Returns:
        The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format. This needs to be a time in the past, meaning that the data created or updated before this given date will not be downloaded.
      • object

        public java.lang.String object()
        Returns:
        The name of the object to pull from the data source. Examples of objects in Salesforce include `Case`, `Account`, or `Lead`.
      • scheduleExpression

        public java.lang.String scheduleExpression()
        Returns:
        How often the data should be pulled from data source. Examples include `rate(1 hour)`, `rate(3 hours)`, `rate(1 day)`.