Uses of Class
com.bandwidth.sdk.model.MachineDetectionResult
Packages that use MachineDetectionResult
-
Uses of MachineDetectionResult in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return MachineDetectionResultModifier and TypeMethodDescriptionstatic MachineDetectionResult
Create an instance of MachineDetectionResult given an JSON stringAnswerCallback.getMachineDetectionResult()
Get machineDetectionResultMachineDetectionCompleteCallback.getMachineDetectionResult()
Get machineDetectionResultMachineDetectionResult.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.Methods in com.bandwidth.sdk.model with parameters of type MachineDetectionResultModifier and TypeMethodDescriptionAnswerCallback.machineDetectionResult
(MachineDetectionResult machineDetectionResult) MachineDetectionCompleteCallback.machineDetectionResult
(MachineDetectionResult machineDetectionResult) void
AnswerCallback.setMachineDetectionResult
(MachineDetectionResult machineDetectionResult) void
MachineDetectionCompleteCallback.setMachineDetectionResult
(MachineDetectionResult machineDetectionResult)