Class CSVPushSpec
- java.lang.Object
-
- org.apache.syncope.common.rest.api.beans.AbstractCSVSpec
-
- org.apache.syncope.common.rest.api.beans.CSVPushSpec
-
- All Implemented Interfaces:
Serializable
public class CSVPushSpec extends AbstractCSVSpec
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCSVPushSpec.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>propagationActions-
Fields inherited from class org.apache.syncope.common.rest.api.beans.AbstractCSVSpec
allowComments, anyTypeKey, arrayElementSeparator, columnSeparator, escapeChar, lineSeparator, matchingRule, nullValue, provisioningActions, quoteChar, unmatchingRule
-
-
Constructor Summary
Constructors Constructor Description CSVPushSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDerAttrs()List<String>getFields()BooleangetIgnorePaging()List<String>getPlainAttrs()List<String>getPropagationActions()List<String>getVirAttrs()voidsetDerAttrs(List<String> derAttrs)voidsetFields(List<String> fields)voidsetIgnorePaging(Boolean ignorePaging)voidsetPlainAttrs(List<String> plainAttrs)voidsetPropagationActions(List<String> propagationActions)voidsetVirAttrs(List<String> virAttrs)-
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractCSVSpec
getAllowComments, getAnyTypeKey, getArrayElementSeparator, getColumnSeparator, getEscapeChar, getLineSeparator, getMatchingRule, getNullValue, getProvisioningActions, getQuoteChar, getUnmatchingRule, setAllowComments, setAnyTypeKey, setArrayElementSeparator, setColumnSeparator, setEscapeChar, setLineSeparator, setMatchingRule, setNullValue, setProvisioningActions, setQuoteChar, setUnmatchingRule
-
-