Class VeevaSourceProperties

    • Method Detail

      • object

        public final String object()

        The object specified in the Veeva flow source.

        Returns:
        The object specified in the Veeva flow source.
      • documentType

        public final String documentType()

        The document type specified in the Veeva document extract flow.

        Returns:
        The document type specified in the Veeva document extract flow.
      • includeSourceFiles

        public final Boolean includeSourceFiles()

        Boolean value to include source files in Veeva document extract flow.

        Returns:
        Boolean value to include source files in Veeva document extract flow.
      • includeRenditions

        public final Boolean includeRenditions()

        Boolean value to include file renditions in Veeva document extract flow.

        Returns:
        Boolean value to include file renditions in Veeva document extract flow.
      • includeAllVersions

        public final Boolean includeAllVersions()

        Boolean value to include All Versions of files in Veeva document extract flow.

        Returns:
        Boolean value to include All Versions of files in Veeva document extract flow.
      • 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)