public static class CsvAuditEventHandlerConfiguration.CsvFormatting extends Object
Constructor and Description |
---|
CsvFormatting() |
Modifier and Type | Method and Description |
---|---|
char |
getDelimiterChar()
Gets the character to use to delimit the csv entries.
|
String |
getEndOfLineSymbols()
Gets the end of line symbol.
|
char |
getQuoteChar()
Gets the character to use to quote the csv entries.
|
void |
setDelimiterChar(char delimiterChar)
Sets the character to use to delimit the csv entries.
|
void |
setEndOfLineSymbols(String endOfLineSymbols)
Gets the end of line symbol.
|
void |
setQuoteChar(char quoteChar)
Sets the character to use to quote the csv entries.
|
public char getQuoteChar()
public void setQuoteChar(char quoteChar)
quoteChar
- The quote character.public char getDelimiterChar()
public void setDelimiterChar(char delimiterChar)
delimiterChar
- The character used to delimit the entries.public String getEndOfLineSymbols()
public void setEndOfLineSymbols(String endOfLineSymbols)
endOfLineSymbols
- The end of line symbol.Copyright © 2025 Open Identity Platform Community. All rights reserved.