Interface OutputConversion.Builder

    • Method Detail

      • toFormat

        OutputConversion.Builder toFormat​(String toFormat)

        The format for the output from an outbound transformer: only X12 is currently supported.

        Parameters:
        toFormat - The format for the output from an outbound transformer: only X12 is currently supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ToFormat, ToFormat
      • toFormat

        OutputConversion.Builder toFormat​(ToFormat toFormat)

        The format for the output from an outbound transformer: only X12 is currently supported.

        Parameters:
        toFormat - The format for the output from an outbound transformer: only X12 is currently supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ToFormat, ToFormat
      • formatOptions

        OutputConversion.Builder formatOptions​(FormatOptions formatOptions)

        A structure that contains the X12 transaction set and version for the transformer output.

        Parameters:
        formatOptions - A structure that contains the X12 transaction set and version for the transformer output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.