Interface ImportDataFormat.Builder

    • Method Detail

      • importDataType

        ImportDataFormat.Builder importDataType​(String importDataType)

        The type of file that would be passed as an input for the address list import job.

        Parameters:
        importDataType - The type of file that would be passed as an input for the address list import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportDataType, ImportDataType
      • importDataType

        ImportDataFormat.Builder importDataType​(ImportDataType importDataType)

        The type of file that would be passed as an input for the address list import job.

        Parameters:
        importDataType - The type of file that would be passed as an input for the address list import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportDataType, ImportDataType