Uses of Class
com.mypurecloud.sdk.v2.model.DecisionTableInputColumn
Packages that use DecisionTableInputColumn
-
Uses of DecisionTableInputColumn in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableInputColumnModifier and TypeMethodDescriptionDecisionTableInputColumn.defaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) The default row value for this column that will complete the condition expression where no value is provided by a row.DecisionTableInputColumn.expression(DecisionTableInputColumnExpression expression) The input column condition expression, comprising the left side and comparator of a logical condition in the form of left|comparator|right, where each row of the decision table will provide the right side to form a complete conditionMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type DecisionTableInputColumnMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DecisionTableInputColumnModifier and TypeMethodDescriptionDecisionTableColumns.inputs(List<DecisionTableInputColumn> inputs) The input columns of the decision table.voidDecisionTableColumns.setInputs(List<DecisionTableInputColumn> inputs)