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 class
CSVPushSpec.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()
Boolean
getIgnorePaging()
List<String>
getPlainAttrs()
List<String>
getPropagationActions()
List<String>
getVirAttrs()
void
setDerAttrs(List<String> derAttrs)
void
setFields(List<String> fields)
void
setIgnorePaging(Boolean ignorePaging)
void
setPlainAttrs(List<String> plainAttrs)
void
setPropagationActions(List<String> propagationActions)
void
setVirAttrs(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
-
-