Uses of Class
com.bandwidth.sdk.model.CodeRequest
Packages that use CodeRequest
-
Uses of CodeRequest in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api with parameters of type CodeRequestModifier and TypeMethodDescriptionMfaApi.generateMessagingCode
(String accountId, CodeRequest codeRequest) Messaging Authentication Code Send an MFA code via text message (SMS).okhttp3.Call
MfaApi.generateMessagingCodeAsync
(String accountId, CodeRequest codeRequest, ApiCallback<MessagingCodeResponse> _callback) Messaging Authentication Code (asynchronously) Send an MFA code via text message (SMS).okhttp3.Call
MfaApi.generateMessagingCodeCall
(String accountId, CodeRequest codeRequest, ApiCallback _callback) Build call for generateMessagingCodeMfaApi.generateMessagingCodeWithHttpInfo
(String accountId, CodeRequest codeRequest) Messaging Authentication Code Send an MFA code via text message (SMS).MfaApi.generateVoiceCode
(String accountId, CodeRequest codeRequest) Voice Authentication Code Send an MFA Code via a phone call.okhttp3.Call
MfaApi.generateVoiceCodeAsync
(String accountId, CodeRequest codeRequest, ApiCallback<VoiceCodeResponse> _callback) Voice Authentication Code (asynchronously) Send an MFA Code via a phone call.okhttp3.Call
MfaApi.generateVoiceCodeCall
(String accountId, CodeRequest codeRequest, ApiCallback _callback) Build call for generateVoiceCodeMfaApi.generateVoiceCodeWithHttpInfo
(String accountId, CodeRequest codeRequest) Voice Authentication Code Send an MFA Code via a phone call. -
Uses of CodeRequest in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return CodeRequestModifier and TypeMethodDescriptionCodeRequest.applicationId
(String applicationId) static CodeRequest
Create an instance of CodeRequest given an JSON stringCodeRequest.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.