public interface FileTypeDefinition
| Modifier and Type | Method and Description |
|---|---|
ResultDefinition |
asCsv()
Sets the format to csv.
|
ResultDefinition |
asCsv(CsvSettings settings)
Sets the format to csv with configuration options given by the specified settings object.
|
ResultDefinition |
asFixedWidth(FixedWidthSettings fixedWidthSettings)
Sets the format to be fixed width with configuration options given by the specified settings object.
|
ResultDefinition asCsv()
ResultDefinition asCsv(CsvSettings settings)
settings - a CsvSettings object which configures how the csv is created such as whether or include a heading row.ResultDefinition asFixedWidth(FixedWidthSettings fixedWidthSettings)
fixedWidthSettings - a FixedWidthSettings object that specifies the fixed width desiredCopyright © 2017. All Rights Reserved.