Package com.mypurecloud.sdk.v2.model
Class CreateDecisionTableRowRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateDecisionTableRowRequest
- All Implemented Interfaces:
Serializable
CreateDecisionTableRowRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()inputs(Map<String, DecisionTableRowParameterValue> inputs) The input values of the row.outputs(Map<String, DecisionTableRowParameterValue> outputs) The output values of the row.The absolute position of this row in the decision table.voidsetInputs(Map<String, DecisionTableRowParameterValue> inputs) voidsetOutputs(Map<String, DecisionTableRowParameterValue> outputs) voidsetRowIndex(Integer rowIndex) toString()
-
Constructor Details
-
CreateDecisionTableRowRequest
public CreateDecisionTableRowRequest() -
CreateDecisionTableRowRequest
-
-
Method Details
-
rowIndex
The absolute position of this row in the decision table. Must be an integerstarting from 1, must be positive and less than or equal to the size of the table. If not provided row will be append to the end of the table. -
getRowIndex
-
setRowIndex
-
inputs
The input values of the row. The key for this map is the column ID the row value relates. Column IDs are available from the decision table entity -
getInputs
-
setInputs
-
outputs
The output values of the row. The key for this map is the column ID the row value relates. Column IDs are available from the decision table entity -
getOutputs
-
setOutputs
-
equals
-
hashCode
public int hashCode() -
toString
-