static ConversionTarget.Builder |
ConversionTarget.builder() |
|
ConversionTarget.Builder |
ConversionTarget.Builder.fileFormat(String fileFormat) |
Currently, only X12 format is supported.
|
ConversionTarget.Builder |
ConversionTarget.Builder.fileFormat(ConversionTargetFormat fileFormat) |
Currently, only X12 format is supported.
|
default ConversionTarget.Builder |
ConversionTarget.Builder.formatDetails(Consumer<ConversionTargetFormatDetails.Builder> formatDetails) |
A structure that contains the formatting details for the conversion target.
|
ConversionTarget.Builder |
ConversionTarget.Builder.formatDetails(ConversionTargetFormatDetails formatDetails) |
A structure that contains the formatting details for the conversion target.
|
default ConversionTarget.Builder |
ConversionTarget.Builder.outputSampleFile(Consumer<OutputSampleFileSource.Builder> outputSampleFile) |
Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around
this would be discovering the file syntax
|
ConversionTarget.Builder |
ConversionTarget.Builder.outputSampleFile(OutputSampleFileSource outputSampleFile) |
Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around
this would be discovering the file syntax
|
ConversionTarget.Builder |
ConversionTarget.toBuilder() |
|