Uses of Class
com.mypurecloud.sdk.v2.model.DecisionTableInputColumnRequest
Packages that use DecisionTableInputColumnRequest
-
Uses of DecisionTableInputColumnRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableInputColumnRequestModifier and TypeMethodDescriptionDecisionTableInputColumnRequest.defaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) The default row value for this column that will complete the condition expression where no value is provided by a row.DecisionTableInputColumnRequest.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 DecisionTableInputColumnRequestModifier and TypeMethodDescriptionCreateDecisionTableColumnsRequest.getInputs()UpdateDecisionTableColumnsRequest.getInputs()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type DecisionTableInputColumnRequestModifier and TypeMethodDescriptionCreateDecisionTableColumnsRequest.inputs(List<DecisionTableInputColumnRequest> inputs) The input columns of the decision table.UpdateDecisionTableColumnsRequest.inputs(List<DecisionTableInputColumnRequest> inputs) The input columns of the decision table.voidCreateDecisionTableColumnsRequest.setInputs(List<DecisionTableInputColumnRequest> inputs) voidUpdateDecisionTableColumnsRequest.setInputs(List<DecisionTableInputColumnRequest> inputs)