Class ScheduleConfiguration

    • Method Detail

      • firstExecutionFrom

        public final String firstExecutionFrom()

        The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.

        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.
      • object

        public final String object()

        The name of the object to pull from the data source.

        Returns:
        The name of the object to pull from the data source.
      • scheduleExpression

        public final String scheduleExpression()

        How often the data should be pulled from data source.

        Returns:
        How often the data should be pulled from data source.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)