Uses of Class
com.mypurecloud.sdk.v2.model.OutputValue
Packages that use OutputValue
-
Uses of OutputValue in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutputValueModifier and TypeMethodDescriptionDecisionTableOutputColumn.getValue()DecisionTableOutputColumnRequest.getValue()OutputValue.properties(List<OutputValue> properties) The nested output properties of this column that will be provided by each row, if any.OutputValue.schemaPropertyKey(String schemaPropertyKey) The contract schema property key that describes the output value of this column.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OutputValueMethods in com.mypurecloud.sdk.v2.model with parameters of type OutputValueModifier and TypeMethodDescriptionvoidDecisionTableOutputColumn.setValue(OutputValue value) voidDecisionTableOutputColumnRequest.setValue(OutputValue value) DecisionTableOutputColumn.value(OutputValue value) The output data of this column that will be provided by each row.DecisionTableOutputColumnRequest.value(OutputValue value) The output data of this column that will be provided by each row.Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type OutputValueModifier and TypeMethodDescriptionOutputValue.properties(List<OutputValue> properties) The nested output properties of this column that will be provided by each row, if any.voidOutputValue.setProperties(List<OutputValue> properties)