public class ExportConfigurationBean extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ExportConfigurationBean.ExportType |
Constructor and Description |
---|
ExportConfigurationBean(CSVDelimiters delimiter,
String charEncoder,
ExportConfigurationBean.ExportType importable) |
Modifier and Type | Method and Description |
---|---|
String |
getCsvEncoder() |
CSVDelimiters |
getDelimiter() |
String |
getEndOfLineSymbols() |
ExportConfigurationBean.ExportType |
getImportable() |
public ExportConfigurationBean(CSVDelimiters delimiter, String charEncoder, ExportConfigurationBean.ExportType importable)
public CSVDelimiters getDelimiter()
public String getEndOfLineSymbols()
public String getCsvEncoder()
public ExportConfigurationBean.ExportType getImportable()
Copyright © 2023 Atlassian. All rights reserved.