Uses of Class
com.bandwidth.sdk.model.VoiceCodeResponse
-
Packages that use VoiceCodeResponse Package Description com.bandwidth.sdk.api com.bandwidth.sdk.model -
-
Uses of VoiceCodeResponse in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return VoiceCodeResponse Modifier and Type Method Description VoiceCodeResponse
MfaApi. generateVoiceCode(String accountId, CodeRequest codeRequest)
Voice Authentication Code Send an MFA Code via a phone call.Methods in com.bandwidth.sdk.api that return types with arguments of type VoiceCodeResponse Modifier and Type Method Description ApiResponse<VoiceCodeResponse>
MfaApi. generateVoiceCodeWithHttpInfo(String accountId, CodeRequest codeRequest)
Voice Authentication Code Send an MFA Code via a phone call.Method parameters in com.bandwidth.sdk.api with type arguments of type VoiceCodeResponse Modifier and Type Method Description okhttp3.Call
MfaApi. generateVoiceCodeAsync(String accountId, CodeRequest codeRequest, ApiCallback<VoiceCodeResponse> _callback)
Voice Authentication Code (asynchronously) Send an MFA Code via a phone call. -
Uses of VoiceCodeResponse in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return VoiceCodeResponse Modifier and Type Method Description VoiceCodeResponse
VoiceCodeResponse. callId(String callId)
static VoiceCodeResponse
VoiceCodeResponse. fromJson(String jsonString)
Create an instance of VoiceCodeResponse given an JSON stringVoiceCodeResponse
VoiceCodeResponse. putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value.
-