Interface InputConversion.Builder

    • Method Detail

      • fromFormat

        InputConversion.Builder fromFormat​(String fromFormat)

        The format for the transformer input: currently on X12 is supported.

        Parameters:
        fromFormat - The format for the transformer input: currently on X12 is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FromFormat, FromFormat
      • fromFormat

        InputConversion.Builder fromFormat​(FromFormat fromFormat)

        The format for the transformer input: currently on X12 is supported.

        Parameters:
        fromFormat - The format for the transformer input: currently on X12 is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FromFormat, FromFormat
      • formatOptions

        InputConversion.Builder formatOptions​(FormatOptions formatOptions)

        A structure that contains the formatting options for an inbound transformer.

        Parameters:
        formatOptions - A structure that contains the formatting options for an inbound transformer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.