Package com.mypurecloud.sdk.v2.model
Class UpdateDecisionTableColumnsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateDecisionTableColumnsRequest
- All Implemented Interfaces:
Serializable
Decision table columns will equal the columns contained in this request after the update is performed. If a list of columns types is not provided (i.e. is null) then no update is performed for that column type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()inputs(List<DecisionTableInputColumnRequest> inputs) The input columns of the decision table.outputs(List<DecisionTableOutputColumnRequest> outputs) The output columns of the decision table.voidsetInputs(List<DecisionTableInputColumnRequest> inputs) voidsetOutputs(List<DecisionTableOutputColumnRequest> outputs) toString()
-
Constructor Details
-
UpdateDecisionTableColumnsRequest
public UpdateDecisionTableColumnsRequest() -
UpdateDecisionTableColumnsRequest
-
-
Method Details