Uses of Class
com.bandwidth.sdk.model.VoiceApiError
-
Packages that use VoiceApiError Package Description com.bandwidth.sdk.model -
-
Uses of VoiceApiError in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return VoiceApiError Modifier and Type Method Description VoiceApiError
VoiceApiError. description(String description)
static VoiceApiError
VoiceApiError. fromJson(String jsonString)
Create an instance of VoiceApiError given an JSON stringVoiceApiError
VoiceApiError. id(String id)
VoiceApiError
VoiceApiError. putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value.VoiceApiError
VoiceApiError. type(String type)
-