Uses of Class
com.bandwidth.sdk.model.MessagingCodeResponse
Packages that use MessagingCodeResponse
-
Uses of MessagingCodeResponse in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return MessagingCodeResponseModifier and TypeMethodDescriptionMfaApi.generateMessagingCode
(String accountId, CodeRequest codeRequest) Messaging Authentication Code Send an MFA code via text message (SMS).Methods in com.bandwidth.sdk.api that return types with arguments of type MessagingCodeResponseModifier and TypeMethodDescriptionMfaApi.generateMessagingCodeWithHttpInfo
(String accountId, CodeRequest codeRequest) Messaging Authentication Code Send an MFA code via text message (SMS).Method parameters in com.bandwidth.sdk.api with type arguments of type MessagingCodeResponseModifier and TypeMethodDescriptionokhttp3.Call
MfaApi.generateMessagingCodeAsync
(String accountId, CodeRequest codeRequest, ApiCallback<MessagingCodeResponse> _callback) Messaging Authentication Code (asynchronously) Send an MFA code via text message (SMS). -
Uses of MessagingCodeResponse in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return MessagingCodeResponseModifier and TypeMethodDescriptionstatic MessagingCodeResponse
Create an instance of MessagingCodeResponse given an JSON stringMessagingCodeResponse.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.