Uses of Class
com.mypurecloud.sdk.v2.model.DecisionTableColumnDefaultRowValue
Packages that use DecisionTableColumnDefaultRowValue
-
Uses of DecisionTableColumnDefaultRowValue in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableColumnDefaultRowValueModifier and TypeMethodDescriptionDecisionTableInputColumn.getDefaultsTo()DecisionTableInputColumnRequest.getDefaultsTo()DecisionTableOutputColumn.getDefaultsTo()DecisionTableOutputColumnRequest.getDefaultsTo()DecisionTableColumnDefaultRowValue.special(DecisionTableColumnDefaultRowValue.SpecialEnum special) A default special value enum for this column.A default string value for this column, will be cast to appropriate type according to the relevant contract schema property.A default list of values for this column, items will be cast to appropriate type according to the relevant contract schema propertyMethods in com.mypurecloud.sdk.v2.model with parameters of type DecisionTableColumnDefaultRowValueModifier 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.DecisionTableInputColumnRequest.defaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) The default row value for this column that will complete the condition expression where no value is provided by a row.DecisionTableOutputColumn.defaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) The default row value for this column that will be used for an output value where no value is provided by a row.DecisionTableOutputColumnRequest.defaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) The default row value for this column that will be used for an output value where no value is provided by a row.voidDecisionTableInputColumn.setDefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) voidDecisionTableInputColumnRequest.setDefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) voidDecisionTableOutputColumn.setDefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) voidDecisionTableOutputColumnRequest.setDefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo)