Uses of Class
com.identityworksllc.iiq.common.iterators.ColumnConfig
-
Packages that use ColumnConfig Package Description com.identityworksllc.iiq.common.iterators -
-
Uses of ColumnConfig in com.identityworksllc.iiq.common.iterators
Methods in com.identityworksllc.iiq.common.iterators that return ColumnConfig Modifier and Type Method Description ColumnConfig
ColumnConfig. withFieldName(String fieldName)
Constructs a copy of this ColumnConfig with the given field name.ColumnConfig
ColumnConfig. withHeader(String header)
Constructs a copy of this ColumnConfig with the given header.ColumnConfig
ColumnConfig. withRenderRule(sailpoint.object.Rule rule)
Constructs a copy of this ColumnConfig with the given render rule.ColumnConfig
ColumnConfig. withRenderScript(sailpoint.object.Script script)
Constructs a copy of this ColumnConfig with the given render script.
-