Class SalesforceSourceProperties

    • Method Detail

      • object

        public final String object()

        The object specified in the Salesforce flow source.

        Returns:
        The object specified in the Salesforce flow source.
      • enableDynamicFieldUpdate

        public final Boolean enableDynamicFieldUpdate()

        The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

        Returns:
        The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
      • includeDeletedRecords

        public final Boolean includeDeletedRecords()

        Indicates whether Amazon AppFlow includes deleted files in the flow run.

        Returns:
        Indicates whether Amazon AppFlow includes deleted files in the flow run.
      • 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)