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 classAbstractCSVSpec.Builder<T extends AbstractCSVSpec,B extends AbstractCSVSpec.Builder<T, B>> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharorg.apache.syncope.common.lib.types.MatchingRulecharorg.apache.syncope.common.lib.types.UnmatchingRulevoidsetAllowComments(boolean allowComments) voidsetAnyTypeKey(String anyTypeKey) voidsetArrayElementSeparator(String arrayElementSeparator) voidsetColumnSeparator(char columnSeparator) voidsetEscapeChar(Character escapeChar) voidsetLineSeparator(String lineSeparator) voidsetMatchingRule(org.apache.syncope.common.lib.types.MatchingRule matchingRule) voidsetNullValue(String nullValue) voidsetProvisioningActions(List<String> provisioningActions) voidsetQuoteChar(char quoteChar) voidsetUnmatchingRule(org.apache.syncope.common.lib.types.UnmatchingRule unmatchingRule)
-
Field Details
-
anyTypeKey
-
columnSeparator
protected char columnSeparator -
arrayElementSeparator
-
quoteChar
protected char quoteChar -
escapeChar
-
lineSeparator
-
nullValue
-
allowComments
-
unmatchingRule
protected org.apache.syncope.common.lib.types.UnmatchingRule unmatchingRule -
matchingRule
protected org.apache.syncope.common.lib.types.MatchingRule matchingRule -
provisioningActions
-
-
Constructor Details
-
AbstractCSVSpec
public AbstractCSVSpec()
-
-
Method Details
-
getAnyTypeKey
-
setAnyTypeKey
-
getColumnSeparator
public char getColumnSeparator() -
setColumnSeparator
@QueryParam("columnSeparator") public void setColumnSeparator(char columnSeparator) -
getArrayElementSeparator
-
setArrayElementSeparator
@QueryParam("arrayElementSeparator") public void setArrayElementSeparator(String arrayElementSeparator) -
getQuoteChar
public char getQuoteChar() -
setQuoteChar
@QueryParam("quoteChar") public void setQuoteChar(char quoteChar) -
getEscapeChar
-
setEscapeChar
-
getLineSeparator
-
setLineSeparator
-
getNullValue
-
setNullValue
-
getAllowComments
-
setAllowComments
@QueryParam("allowComments") @DefaultValue("false") public void setAllowComments(boolean allowComments) -
getUnmatchingRule
public org.apache.syncope.common.lib.types.UnmatchingRule getUnmatchingRule() -
setUnmatchingRule
@QueryParam("unmatchingRule") public void setUnmatchingRule(org.apache.syncope.common.lib.types.UnmatchingRule unmatchingRule) -
getMatchingRule
public org.apache.syncope.common.lib.types.MatchingRule getMatchingRule() -
setMatchingRule
@QueryParam("matchingRule") public void setMatchingRule(org.apache.syncope.common.lib.types.MatchingRule matchingRule) -
getProvisioningActions
-
setProvisioningActions
-