Class AbstractCSVSpec
java.lang.Object
org.apache.syncope.common.rest.api.beans.AbstractCSVSpec
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CSVPullSpec
,CSVPushSpec
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
AbstractCSVSpec.Builder<T extends AbstractCSVSpec,
B extends AbstractCSVSpec.Builder<T, B>> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected char
protected Character
protected String
protected MatchingRule
protected String
protected char
protected UnmatchingRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
char
void
setAllowComments
(boolean allowComments) void
setAnyTypeKey
(String anyTypeKey) void
setArrayElementSeparator
(String arrayElementSeparator) void
setColumnSeparator
(char columnSeparator) void
setEscapeChar
(Character escapeChar) void
setLineSeparator
(String lineSeparator) void
setMatchingRule
(MatchingRule matchingRule) void
setNullValue
(String nullValue) void
setProvisioningActions
(List<String> provisioningActions) void
setQuoteChar
(char quoteChar) void
setUnmatchingRule
(UnmatchingRule unmatchingRule)
-
Field Details
-
anyTypeKey
-
columnSeparator
protected char columnSeparator -
arrayElementSeparator
-
quoteChar
protected char quoteChar -
escapeChar
-
lineSeparator
-
nullValue
-
allowComments
-
unmatchingRule
-
matchingRule
-
provisioningActions
-
-
Constructor Details
-
AbstractCSVSpec
public AbstractCSVSpec()
-
-
Method Details
-
getAnyTypeKey
-
setAnyTypeKey
-
getColumnSeparator
public char getColumnSeparator() -
setColumnSeparator
-
getArrayElementSeparator
-
setArrayElementSeparator
@QueryParam("arrayElementSeparator") public void setArrayElementSeparator(String arrayElementSeparator) -
getQuoteChar
public char getQuoteChar() -
setQuoteChar
-
getEscapeChar
-
setEscapeChar
-
getLineSeparator
-
setLineSeparator
-
getNullValue
-
setNullValue
-
getAllowComments
-
setAllowComments
@QueryParam("allowComments") @DefaultValue("false") public void setAllowComments(boolean allowComments) -
getUnmatchingRule
-
setUnmatchingRule
-
getMatchingRule
-
setMatchingRule
-
getProvisioningActions
-
setProvisioningActions
@QueryParam("provisioningActions") public void setProvisioningActions(List<String> provisioningActions)
-