Package com.mypurecloud.sdk.v2.model
Class PutDecisionTableRowRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.PutDecisionTableRowRequest
- All Implemented Interfaces:
Serializable
PutDecisionTableRowRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()inputs(Map<String, DecisionTableRowParameterValue> inputs) The full updated input values of the row.outputs(Map<String, DecisionTableRowParameterValue> outputs) The full updated output values of the row.voidsetInputs(Map<String, DecisionTableRowParameterValue> inputs) voidsetOutputs(Map<String, DecisionTableRowParameterValue> outputs) toString()
-
Constructor Details
-
PutDecisionTableRowRequest
public PutDecisionTableRowRequest() -
PutDecisionTableRowRequest
-
-
Method Details
-
inputs
The full updated 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 full updated 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
-