Uses of Class
com.bandwidth.sdk.model.VoiceCodeResponse
Packages that use VoiceCodeResponse
-
Uses of VoiceCodeResponse in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return VoiceCodeResponseModifier and TypeMethodDescriptionMfaApi.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 VoiceCodeResponseModifier and TypeMethodDescriptionMfaApi.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 VoiceCodeResponseModifier and TypeMethodDescriptionokhttp3.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 VoiceCodeResponseModifier and TypeMethodDescriptionstatic VoiceCodeResponse
Create an instance of VoiceCodeResponse given an JSON stringVoiceCodeResponse.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.